You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest Google maps API deprecated Marker and promotes AdvancedMarker instead. AdvancedMarker is much more powerful, as you can use ones with different colours in a very straightforward manner.
Describe the solution you'd like
Update Flask-GoogleMaps so as to be compatible with latest Flask.
Remove obsolete (Google Maps) Markers and use AdvancedMarkers instead.
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Markup
is not bundled with Flask anymore, and needs to be imported from elsewhereDescribe the solution you'd like
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: