Re: [postgis-users] OSM post import questions

2015-11-23 Thread Imre Samu
Hi Tom, > osm_id field contains non-unique values as well as negative values This is normal. Osm2pgsql optimised for rendering. - The osm2pgsql program now spliting long ways after around 1 degree or 100km https://github.com/openstreetmap/osm2pgsql/search?utf8=%E2%9C%93&q=Split+long+ways - "

[postgis-users] OSM post import questions

2015-11-23 Thread Thomas Endres
Hi, I have a couple post-import questions regarding North America osm data - hoping someone can help. Using the following with Postgres 9.4.5 and PostGIS 2.2 on an ubuntu instance. osm2pgsql --create --slim --cache 14000 --number-processes 4 --hstore -d osm --flat-nodes /usr/local/osm/flat_nodes.b