flask-extensions / Flask-GoogleMaps

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

Collapsible option + Marker infobox improvements #38

Closed mihxen closed 8 years ago

mihxen commented 8 years ago

1) Issue#32 fix. 2) Marker infobox closes when another one opens. 3) Added a collapse option for map. Map can be shown and hiden by pushing on button with {{ gmap.varname }}_collapse identificator. Example explained.

rochacbruno commented 8 years ago

Great! thanks