flask-extensions / Flask-GoogleMaps

Easy way to add GoogleMaps to Flask applications. maintainer: @getcake
https://flask-googlemaps.com
MIT License
647 stars 196 forks source link

Adding three features #136

Closed bhuveshsharma09 closed 3 years ago

bhuveshsharma09 commented 4 years ago

Adding three features for issues #131 #135 #109 1) KML layer: User can add hyperlink of KML file to apply on the map 2) Bicycle lane layer: User can turn on/off bicycle lane using the new attribute. 3) Custom Styles: User can add custom style JSON file for the map style

Also, adding an example_2.py file for the user's guide.

image