aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index 135c256..3e96e9d 100644
--- a/index.html
+++ b/index.html
@@ -13,11 +13,14 @@
<link rel="stylesheet" href="resources/libs/locate/L.Control.Locate.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="resources/libs/locate/L.Control.Locate.ie.css" /><![endif]-->
- <link rel="stylesheet" href="resources/map.css" />
+ <link rel="stylesheet" href="resources/map.css" />
+ <link rel="stylesheet" href="resources/leaflet-minimap/src/Control.MiniMap.css" />
+
<script src="resources/leaflet/dist/leaflet-src.js"></script>
<script src="resources/leaflet-hash/leaflet-hash.js"></script>
<script src="resources/libs/locate/L.Control.Locate.js"></script>
+ <script src="resources/leaflet-minimap/src/Control.MiniMap.js"></script>
<script src="resources/op2geojson.js"></script>
<script src="resources/data.js"></script>
</head>