flask-extensions / flask-extensions/Flask-GoogleMaps
Making embedded maps bootstrap responsive
Open
- Dominant language
- Python
- Stars
- 655
- Forks
- 193
- PR merge metrics
- No merged PRs in 30d
Description
Is there a way to alter a map object to make it bootstrap responsive?
Right now I use the following block in my html template:
{% with map=googlemap_obj("my-map", lat=user_lat, lng=user_lng, markers=user_markers, zoom=16, style="height:900px;width:900px;") %}
{{map.html}}
{{map.js}}
{% endwith %}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.