summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-06-10 15:28:20 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:21:01 +0100
commitfbace7a48a650f79b569c89366013a6dbf9c71af (patch)
tree8f3083857d439a7de76f61dbee2d653619510e24 /ishtar_common/templates
parent83ed5259b9a2263ddfbcfd800d09655df5e0405d (diff)
downloadIshtar-fbace7a48a650f79b569c89366013a6dbf9c71af.tar.bz2
Ishtar-fbace7a48a650f79b569c89366013a6dbf9c71af.zip
Geo: add IGN source
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/base.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html
index af4396be3..8041452c6 100644
--- a/ishtar_common/templates/base.html
+++ b/ishtar_common/templates/base.html
@@ -21,6 +21,8 @@
<script language="javascript" type="text/javascript"
src="{{STATIC_URL}}ol/ol.js?ver={{VERSION}}"></script>
<script language="javascript" type="text/javascript"
+ src="{{STATIC_URL}}ol-layerswitcher/ol-layerswitcher.js?ver={{VERSION}}"></script>
+ <script language="javascript" type="text/javascript"
src="{{STATIC_URL}}datatables/datatables.min.js?ver={{VERSION}}"></script>
<script language="javascript" type="text/javascript" src="{{STATIC_URL}}datatables/dataTables.bootstrap4.min.js?ver={{VERSION}}"></script>
<script language="javascript" type="text/javascript" src="{{STATIC_URL}}datatables/dataTables.buttons.min.js?ver={{VERSION}}"></script>
@@ -93,6 +95,7 @@
</script>
{% endcompress %}
<link rel="stylesheet" href="{{STATIC_URL}}ol/ol.css?ver={{VERSION}}">
+ <link rel="stylesheet" href="{{STATIC_URL}}ol-layerswitcher/ol-layerswitcher.css?ver={{VERSION}}">
<link rel="stylesheet" href="{{STATIC_URL}}bootstrap/bootstrap.css?ver={{VERSION}}">
<link rel="stylesheet" href="{{STATIC_URL}}font-awesome/css/font-awesome.min.css?ver={{VERSION}}">
{% compress css %}