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 c94b5df commit 3977850Copy full SHA for 3977850
flask_googlemaps/templates/googlemaps/gmapjs.html
@@ -12,11 +12,6 @@
12
<script src="//cdnjs.cloudflare.com/ajax/libs/js-marker-clusterer/1.0.0/markerclusterer_compiled.js" type="text/javascript"></script>
13
{% endif %}
14
15
-
16
-{% 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}} }
22
</style>
0 commit comments