-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
35 lines (26 loc) · 1.29 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
<html>
<head>
<title>Webstek van Pietervdvn</title>
</head>
<body>
<ul>
<li><a href='Quickmaps/Natuurgebieden/Natuurgebieden.html'>Natuurgebieden Natuurpunt Brugge</a></li>
<li><a href='Quickmaps/Bookcases/Bookcases.html'>Boekenruilkastjes Brugge</a></li>
<li><a href='Quickmaps/Bookcases/BookcasesBe.html'>Boekenruilkastjes Belgie</a></li>
<li><a href='https://dev.mapcomplete.org'>MapComplete dev version</a></li>
</ul>
<h3>Openstreetmap-documenten</h3>
<ul>
</ul>
<h3>Hacking OsmAnd</h3>
<ul>
<li>
Clone <a href='https://github.com/osmandapp/OsmAnd-resources'>this repo</a> if you have git. Otherwise, grab
<a href='https://github.com/osmandapp/OsmAnd-resources/blob/master/routing/routing.xml'>Routing.xml</a>, <a href='https://github.com/osmandapp/OsmAnd-resources/blob/master/obf_creation/rendering_types.xml'>rendering_types.xml</a> and perhaps <a href='https://github.com/osmandapp/OsmAnd-resources/blob/master/rendering_styles/default.render.xml'>default.render.xml</a>
</li>
<li><a href='https://download.osmand.net/latest-night-build/'>Grab OsmAnd map creator here</a></li>
<li><a href='https://github.com/pietervdvn/pietervdvn.github.io/tree/master/Slideshows'>All presentations here</a></li>
<li><a href='routing_radical_hiking.xml'>Radical hiking (by Joost Schouppe)</a></li>
</ul>
</body>
</html>