We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d1ff0 commit 40b271dCopy full SHA for 40b271d
flask_googlemaps/templates/googlemaps/gmapjs.html
@@ -43,7 +43,7 @@
43
streetViewControl: {% if gmap.streetview_control %}true{% else %}false{% endif %},
44
rotateControl: {% if gmap.rotate_control %}true{% else %}false{% endif %},
45
scrollwheel: {% if gmap.scroll_wheel %}true{% else %}false{% endif %},
46
- fullscreenControl: {% if gmap.fullscreen_control %}true{% else %}false{% endif %}
+ fullscreenControl: {% if gmap.fullscreen_control %}true{% else %}false{% endif %},
47
styles: {{ gmap.styles | tojson }}
48
});
49
0 commit comments