Updated Updating the planet extracting data (markdown) authored by ltog's avatar ltog
...@@ -32,6 +32,10 @@ ...@@ -32,6 +32,10 @@
Keine Unterstützung für .pbf / .o5m Dateien. Keine Unterstützung für .pbf / .o5m Dateien.
### Installation (Ubuntu)
???
### bbox ### bbox
`<$osminfile ./osmchange -b=$minlon,$minlat,$maxlon,$maxlat >$osmoutfile` `<$osminfile ./osmchange -b=$minlon,$minlat,$maxlon,$maxlat >$osmoutfile`
...@@ -40,6 +44,20 @@ Keine Unterstützung für .pbf / .o5m Dateien. ...@@ -40,6 +44,20 @@ Keine Unterstützung für .pbf / .o5m Dateien.
`<$osminfile ./osmchange -B=$polyfile >$osmoutfile` `<$osminfile ./osmchange -B=$polyfile >$osmoutfile`
## mapsplit
### Installation (Ubuntu)
???
### bbox
???
### poly
`mapsplit $pbfinfile $pbfoutfile -p=$polyfile`
# Zu klären # Zu klären
- Sich selbst überschneidende Polygonlinie (wo wird das abgefangen?) - Sich selbst überschneidende Polygonlinie (wo wird das abgefangen?)
... ...
......