Flask GoogleMaps Versions Save

Easy way to add GoogleMaps to Flask applications. maintainer: @getcake

4.1.1.2

3 years ago

In this new release, we merge some PR that fix many bugs and improved a pre-commit feature to the repository

0.4.1.1

3 years ago

Fixed bug in gmapjs.html that prevents maps from displaying

0.4.1

3 years ago

0.4.1 (2020-02-21)

  • Added support for marker labels [jackcarter]
  • Added KML layer: User can add hyperlink of KML file to apply on the map [bhuveshsharma09]
  • Added Bicycle lane layer: User can turn on/off bicycle lane using the new attribute [bhuveshsharma09]
  • Added Custom Styles: User can add custom style JSON file for the map style [bhuveshsharma09]
  • Validated the lat lng coordinates when initialize the Map object [JacobGeoGeek]
  • Added map id support [markmelnic]
  • Updated some dependencies [Vicente Marçal]

0.4.0

4 years ago
  • Improve the traffic layer
  • Fixed wrong map object when calling setCenter()
  • Create a Changelog.md
  • Update on README.md

0.3.0

4 years ago

Change dependencies management to Poetry!

Change de maintainer from @rochacbruno to @Riverfount

0.2.5

6 years ago

added map.fitBounds() and many bugfixes