Ich mappe hauptsächlich in Göttingen und auch in und um Goslar
- I usually map in Göttingen and if there is some time and i made tracks i also work around Goslar
Immenrode
Das kleine Dorf ist straßenmäßig fast fertig.
Damit ich effektiv weiter daran arbeiten kann ein paar Links für mich:
Immenrode Links
Weitere Links
Overpass Spielereien
Bahnhöfe und Bushaltestelle
Liefert alle Bahn- und Bushalte in unterschiedlicher Darstellung (blau = Bahn).
<union>
<query type="node">
<has-kv k="public_transport" v="station"/>
<bbox-query {{bbox}}/>
</query>
<query type="node">
<has-kv k="public_transport" v="platform"/>
<bbox-query {{bbox}}/>
</query>
<query type="node">
<has-kv k="public_transport" v="stop_position"/>
<bbox-query {{bbox}}/>
</query>
<query type="node">
<has-kv k="amenity" v="bus_station"/>
<bbox-query {{bbox}}/>
</query>
<query type="node">
<has-kv k="highway" v="bus_stop"/>
<bbox-query {{bbox}}/>
</query>
<query type="node">
<has-kv k="railway" v="station"/>
<bbox-query {{bbox}}/>
</query>
<query type="node">
<has-kv k="railway" v="halt"/>
<bbox-query {{bbox}}/>
</query>
<recurse type="down"/>
</union>
<print/>
{{style:
node
{ color:red; fill-color:red; symbol-size:4;}
node[railway]
{ color:blue; fill-color:blue; symbol-size:8;}
}}
|
All my contributions to OpenStreetMap are released into the public domain. This applies worldwide. In case this is not legally possible, I grant anyone the right to use my contributions for any purpose, without any conditions, unless such conditions are required by law.
|