aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 135c25636b1f01dd3fb90d8f9d646f875bf35ee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
	<title>Hospital map</title>
	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

	<script src="resources/libs/jquery-1.8.3.js"></script>
	<script src="resources/libs/underscore.js"></script>
	<script src="resources/openlayers/lib/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]-->
	<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" />

	<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/op2geojson.js"></script>
	<script src="resources/data.js"></script>
</head>
<body>
	<div id="map"></div>
	<script src="resources/map.js"></script>
</body>
</html>