Tagged Questions
2
votes
1answer
74 views
Steps to update OpenStreetMap back and forth?
I have both a PostGIS database with OSM data imported, and the same data in a SHP folder.
By adding missing information to the downloaded OSM data, both in SHP and PostGIS, I'd be able to contribute ...
1
vote
2answers
289 views
OSM data imported. Next?
The data was imported using the following command:
osmosis --read-pbf file="/usr/local/lib/geoserver-2.1.3/data_dir/argentina.osm.pbf" --write-pgsql database="argosm" password="1234.5" user="argosm"
...
4
votes
2answers
138 views
OSM Country import - missing border-near lakes, rivers
I'm importing a country (e.g Switzerland) from the cloudmade OSM branch and I'm failing to get the bordercrossing lakes on display. The same issue came up, when I tried to import the geofabrik .dpf ...