Skip to content

Commit 3977850

Browse files
committed
Removing deck.gl as example_2.py works fine without it
1 parent c94b5df commit 3977850

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

flask_googlemaps/templates/googlemaps/gmapjs.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
<script src="//cdnjs.cloudflare.com/ajax/libs/js-marker-clusterer/1.0.0/markerclusterer_compiled.js" type="text/javascript"></script>
1313
{% endif %}
1414

15-
16-
{% if gmap.layer %}
17-
<script src="https://unpkg.com/deck.gl@^7.0.0/dist.min.js"></script>
18-
{% endif %}
19-
2015
<style type="text/css">
2116
#{{gmap.identifier}} { {{gmap.style}} }
2217
</style>

0 commit comments

Comments
 (0)