Updated Updating the planet extracting data (markdown) authored by ltog's avatar ltog
...@@ -44,18 +44,7 @@ Keine Unterstützung für .pbf / .o5m Dateien. ...@@ -44,18 +44,7 @@ Keine Unterstützung für .pbf / .o5m Dateien.
<$osminfile ./osmchange -B=$polyfile >$osmoutfile <$osminfile ./osmchange -B=$polyfile >$osmoutfile
## mapsplit
### Installation (Ubuntu)
```
sudo apt-get install default-jdk ant
git clone https://github.com/PedaB/mapsplit.git
cd mapsplit
ant
```
Ein Verzeichnis zum Path hinzufügen: https://unix.stackexchange.com/questions/26047/how-to-correctly-add-a-path-to-path
### bbox ### bbox
...@@ -83,10 +72,6 @@ Ein Verzeichnis zum Path hinzufügen: https://unix.stackexchange.com/questions/2 ...@@ -83,10 +72,6 @@ Ein Verzeichnis zum Path hinzufügen: https://unix.stackexchange.com/questions/2
time osmconvert switzerland-latest.osm.pbf -B=polygon.poly --out-pbf -o=osmconvert-out.pbf time osmconvert switzerland-latest.osm.pbf -B=polygon.poly --out-pbf -o=osmconvert-out.pbf
0m18 0m18
### mapsplit poly
time ./mapsplit -v -Xmx1200M ../test/switzerland-latest.osm.pbf ../test/mapsplit-out.osm.pbf -p=../test/polygon.poly -s=12000000,800000,300000
heap size error
grösser 3m50
# Zu klären # Zu klären
... ...
......