Skip to content

[RFC]: Bring Flask-GoogleMaps up to date with latest dependencies #158

Open
@argysamo

Description

@argysamo

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 [bug] import "Markup" fails when using Flask 3.0+ in __init__.py #157 Markup is 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions