-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAmbulanceStandplaatsen.html
38 lines (28 loc) · 1.77 KB
/
AmbulanceStandplaatsen.html
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
29
30
31
32
33
34
35
36
37
38
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Ambulance Standplaatsen - VenZ Highmaps POC</title>
<!-- Flag sprites service provided by Martijn Lafeber, /~https://github.com/lafeber/world-flags-sprite/blob/master/LICENSE -->
<link rel="stylesheet" type="text/css"
href="http://cloud.github.com/downloads/lafeber/world-flags-sprite/flags32.css"/>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="js/highmaps.js"></script>
<script type="text/javascript" src="js/modules/data.js"></script>
<script type="text/javascript" src="js/modules/exporting.js"></script>
<!-- maps -->
<!--<script type="text/javascript" src="nederland.js"></script>-->
<!-- data -->
<script type="text/javascript" src="AmbuStpl_2013.json.js"></script>
<script type="text/javascript" src="RVP_2013_zuigelingen.json.js"></script>
<!-- Kaart data -->
<script type="text/javascript" src="AmbulanceStandplaatsen-AmbuStpl.geojson.js"></script><!-- Mappoint AmbuStpl -->
<!-- Create map script -->
<script type="text/javascript" src="VZP-POC-PuntLocatie.js"></script>
</head>
<body>
<h1>Ambulance Standplaatsen</h1>
<!--<div id="infobox" style="width: 420; height: auto; margin: 0 auto; border: 1px solid red" >info</div>-->
<!-- style="height: 500px; min-width: 310px; max-width: 500px; margin: 0 auto; border: 1px solid red" -->
<div id="container" style="width: 500; height: 582; margin: 0 auto; border: 0px solid red" />
</body>
</html>