Flask-GoogleMaps
Flask-GoogleMaps copied to clipboard
[RFC]: Bring Flask-GoogleMaps up to date with latest dependencies
Is your feature request related to a problem? Please describe.
- Flask-GoogleMaps is not compatible with latest Flask 3.0.0 version. As described in #157
Markupis not bundled with Flask anymore, and needs to be imported from elsewhere - 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
I have started working on the proposed changes and will submit a PR soon.