Releases: flask-extensions/Flask-GoogleMaps
Releases · flask-extensions/Flask-GoogleMaps
Fixed some bugs and improved pre-commit
In this new release, we merge some PR that fix many bugs and improved a pre-commit feature to the repository
Bugs Fixed
Fixed bug in gmapjs.html that prevents maps from displaying
Some improvements and Bugs Fixed
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
- 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
Change dependencies management to Poetry!
Change de maintainer from @rochacbruno to @Riverfount
fit bounds and bug fixes
added map.fitBounds()
and many bugfixes