diff options
author | Christopher Baines <cbaines8@gmail.com> | 2013-02-09 23:29:41 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2013-02-09 23:29:41 +0000 |
commit | d8ab0f0573647acea2bdae1c07ea4cccecb6ae0d (patch) | |
tree | 0856ca72c5c707708ea70a3e297770c7816d2944 /index.html | |
parent | 48bb641f4c2dd7af6c6b5e06daf26ccf055ab621 (diff) | |
download | health-map-d8ab0f0573647acea2bdae1c07ea4cccecb6ae0d.tar health-map-d8ab0f0573647acea2bdae1c07ea4cccecb6ae0d.tar.gz |
Begin adding a minimap
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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> |