Changes
Page history
Updated Updating the planet extracting data (markdown)
authored
Jan 24, 2015
by
ltog
Show whitespace changes
Inline
Side-by-side
Updating-the-planet---extracting-data.md
View page @
fde3ca24
...
...
@@ -44,18 +44,7 @@ Keine Unterstützung für .pbf / .o5m Dateien.
<$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
...
...
@@ -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
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
...
...
...
...