Skip to content

Releases: flask-extensions/Flask-GoogleMaps

Fixed some bugs and improved pre-commit

25 Feb 11:39
43ab75c
Compare
Choose a tag to compare

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

Bugs Fixed

17 Feb 18:31
Compare
Choose a tag to compare

Fixed bug in gmapjs.html that prevents maps from displaying

Some improvements and Bugs Fixed

25 Dec 22:26
Compare
Choose a tag to compare

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]

Improve Traffic

22 Feb 04:04
Compare
Choose a tag to compare
  • Improve the traffic layer
  • Fixed wrong map object when calling setCenter()
  • Create a Changelog.md
  • Update on README.md

Change the maintainer and change to Poetry

21 Feb 22:44
0130252
Compare
Choose a tag to compare

Change dependencies management to Poetry!

Change de maintainer from @rochacbruno to @Riverfount

fit bounds and bug fixes

31 Aug 16:58
Compare
Choose a tag to compare

added map.fitBounds() and many bugfixes