Updated Updating the planet extracting data (markdown) authored by ltog's avatar ltog
......@@ -28,6 +28,18 @@
### poly
`osmconvert $pbfinfile -B=$polyfile --out-pbf [--complete-ways | --complex-ways] -o=$pbfoutfile`
## osmchange
Keine Unterstützung für .pbf / .o5m Dateien.
### bbox
`<$osminfile ./osmchange -b=$minlon,$minlat,$maxlon,$maxlat >$osmoutfile`
### poly
`<$osminfile ./osmchange -B=$polyfile >$osmoutfile`
# Zu klären
- Sich selbst überschneidende Polygonlinie (wo wird das abgefangen?)
......
......