forked from tyrasd/overpass-turbo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
map_packaged.html
25 lines (25 loc) · 882 Bytes
/
map_packaged.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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" lang="en"></meta>
<meta name="viewport" content="width=device-width;" />
<link rel="icon" href="turbo.png" type="image/png" />
<title>overpass turbo - map</title>
<!--jQuery-->
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<!--lodash-->
<script src="http://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js"></script>
<!--leaflet-->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<!--own scripts and styles-->
<link rel="stylesheet" href="css/map.css" />
<script src="turbo.map.min.js"></script>
</head>
<body>
<!--map-->
<div id="map"></div>
<!--wait spinner-->
<div class="modal"></div>
</body>
</html>