Skip to content

Commit

Permalink
Add GeoJS static asset
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed May 10, 2022
1 parent 41c131f commit 6f8af0d
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 3 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% load static %}
{% block geojs %}
<script src="https://d3js.org/d3-color.v2.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.20/lodash.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/geojs/1.4.3/geo.min.js"></script>
<script src="{% static 'django_large_image/js/geojs/1.8.3/geo.min.js' %}"></script>

<div id="imageViewer" style="width: 100%; height: 100%; z-index: 10;"></div>

Expand Down

0 comments on commit 6f8af0d

Please sign in to comment.