[Tile-serving] [openstreetmap/osm2pgsql] how can update part of gis data into sql (#657)
imhere615
notifications at github.com
Sun Dec 11 10:25:20 UTC 2016
I use command "osm2pgsql -c -k -d osm2 -U postgres -P 5432 -S default.style belize-latest.osm.pbf" to insert the pbf to sql;
use "select count(*) from planet_osm_line" query count is 9878;
then I use command "osm2pgsql -a -k -d osm2 -U postgres -P 5432 -S default.style belize-latest.osm.pbf" to update the pbf;
now use "select count(*) from planet_osm_line" query count is 19756;
I want to ask if there is any question about the parameters?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/657
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20161211/6c1ce984/attachment.html>
More information about the Tile-serving
mailing list