Advertisement
Guest User

Untitled

a guest
Mar 1st, 2016
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. osmosis --read-apidb host="host" database="db" user="user" password="pass" --write-xml file="test.pbf"
  2.  
  3. osm2pgsql -H host -U user -P 5433 -W -d db -k -l -c -s file.pbf
  4.  
  5. mv file.pbf file.osm
  6.  
  7. osmosis --read-apidb host="host" database="db" user="user" password="pass" --write-pbf file="test.pbf"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement