diff options
author | Christopher Baines <cbaines8@gmail.com> | 2013-02-02 13:24:34 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2013-02-02 13:24:34 +0000 |
commit | d2909a152fac19bb621def03d31f8d24b88e2201 (patch) | |
tree | 04de29cc7d5951e67c347e1a6387ecf5b9b6e654 /index.html | |
parent | eec66224805eccb9d3ac2a8c1b7202f82019e66e (diff) | |
download | health-map-d2909a152fac19bb621def03d31f8d24b88e2201.tar health-map-d2909a152fac19bb621def03d31f8d24b88e2201.tar.gz |
Add the openlayers library, and then use that to calculate the area of a catchment area
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ <script src="resources/libs/jquery-1.8.3.js"></script> <script src="resources/libs/underscore.js"></script> + <script src="resources/openlayers/build/OpenLayers.js"></script> <link rel="stylesheet" href="resources/leaflet/dist/leaflet.css" /> <!--[if lte IE 8]><link rel="stylesheet" href="resources/leaflet/dist/leaflet.ie.css" /><![endif]--> |