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 ab83774 commit c94b5dfCopy full SHA for c94b5df
flask_googlemaps/templates/googlemaps/gmapjs.html
@@ -13,7 +13,9 @@
13
{% endif %}
14
15
16
-<script src="https://unpkg.com/deck.gl@^7.0.0/dist.min.js"></script>
+{% if gmap.layer %}
17
+ <script src="https://unpkg.com/deck.gl@^7.0.0/dist.min.js"></script>
18
+{% endif %}
19
20
<style type="text/css">
21
#{{gmap.identifier}} { {{gmap.style}} }
0 commit comments