aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2013-02-09 23:29:41 +0000
committerChristopher Baines <cbaines8@gmail.com>2013-02-09 23:29:41 +0000
commitd8ab0f0573647acea2bdae1c07ea4cccecb6ae0d (patch)
tree0856ca72c5c707708ea70a3e297770c7816d2944 /index.html
parent48bb641f4c2dd7af6c6b5e06daf26ccf055ab621 (diff)
downloadhealth-map-d8ab0f0573647acea2bdae1c07ea4cccecb6ae0d.tar
health-map-d8ab0f0573647acea2bdae1c07ea4cccecb6ae0d.tar.gz
Begin adding a minimap
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>