-
Notifications
You must be signed in to change notification settings - Fork 258
/
index.html
23 lines (21 loc) · 984 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<head>
<title>OSM Editor Layer Index</title>
<meta charset="utf-8">
<link href='site/style.css' rel='stylesheet' type='text/css' />
<link href='site/libs/leaflet/leaflet.css' rel='stylesheet' type='text/css' />
</head>
<body>
<h1>OSM Editor Layer Index</h1>
<p>Traceable imagery and other layer sources intended for use in <a href='http://openstreetmap.org/'>OpenStreetMap</a>. Shapes tagged with the 'best' property are gold-coloured.
This is an <a href='https://github.com/osmlab/editor-layer-index'>open source project on GitHub that you can
improve.</a></p>
<div id='map'></div>
<input id="slide" type="range" min="0" max="1" step="0.01" value="1" onchange="updateOpacity(this.value)" oninput="updateOpacity(this.value)">
<div id='table'>
<div id='wrap'></div>
</div>
<script src="site/libs/leaflet/leaflet.js"></script>
<script src="site/libs/leaflet-pip.js"></script>
<script src="site/libs/d3.v3.min.js"></script>
<script src='site/site.js'></script>