-
|
Hello dear osm2pgsql developers and users, when I run the following command:
then the planet_osm_ways table is not generated and there are only these tables: I do need that table though, because my application gets only OSM node ids from OSRM and then needs to resolve them to parent OSM way ids. Adding the
I do not want to introduce Thank you for any ideas |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
You have to use |
Beta Was this translation helpful? Give feedback.
You have to use
--slimto get theplanet_osm_waystable. It takes so long because that table is huge. No way around that.