-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.html
29 lines (29 loc) · 2.09 KB
/
README.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OSM-Schutzgebiete</title>
<link rel="stylesheet" href="theme/style.css">
</head>
<body>
<div class="wrapper">
<h3>Output files für <a target="_blank" href="https://github.com/arminus/osm-schutzgebiete">OSM-Schutzgebiete</a></h3>
<p><b>OSM Filter: <a target="_blank" href="https://wiki.openstreetmap.org/wiki/DE:Tag:boundary%3Dprotected_area">boundary=protected_area</a> +
<a target="_blank" href="https://wiki.openstreetmap.org/wiki/DE:Key:protect_class">protect_class=14</a></b></p>
<ul>
<li><a href="Schongebiete-Alpenrand-BY.html">Schongebiete-Alpenrand-BY.html</a>: Alle aktuell gemappten Schongebiete am Alpenrand</li>
<li><a href="Schongebiete-Alpenrand-BY-Wege.html">Schongebiete-Alpenrand-BY-Wege.html</a>: Alle aktuell gemappten Schongebiete am Alpenrand - mit enthaltenen Wegen</li>
<li><a href="Schongebiete.geojson">Schongebiete.geojson</a>: Alle weltweit gemappten Schongebiete, explizit klassifiziert nach <a target="_blank" href="https://wiki.openstreetmap.org/wiki/DE:Betretungsverbote_für_Gebiete_im_Winter">Wiki-Defintion</a><br/>
classification tag = type1 - type8
<li><a href="Schongebiete-ColorStyles.geojson">Schongebiete-ColorStyles.geojson</a>:<br/>
Farb-Codes für <a target="_blank" href="https://geojson.io">https://geojson.io</a>: <img src="https://cdn.githubraw.com/arminus/osm-schutzgebiete/f6f753b9/images/legend.png">
</li>
<li><a href="Schongebiete.kml">Schongebiete.kml</a>: ... im KML Format</li>
<li><a href="Schongebiete.osm">Schongebiete.osm</a>: ... im OSM XML Format</li>
</ul>
<p><i>Alle files werden nächtlich aus Openstreetmap aktualisiert -
© <a target="_blank" href="https://www.openstreetmap.org/copyright">OpenStreepMap</a> contributors</i></p>
</div>
</body>
</html>