Waterway Relations #1694
georgbachmann
started this conversation in
General
Replies: 1 comment 3 replies
-
Read the chapter about 2 stage processing in the documentation. This can be a bit tricky to get right though. The other option would be to import the relations into an extra table without geometry, just to store the member ids and the wikipedia/wikidata tags you need and then join the data in the database with the member nodes and ways. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I though I have the same problem before reading here :) But my question is the following:
I use osm2pqsql to import OSM data to later on export it to display a map. I want to use information like wikipedia and wikidata and in the case of e.g. rivers (e.g. https://www.openstreetmap.org/relation/89652) this information is on the relation, but not on the individual LineStrings that make out the whole relation.
So my question is... how would I address that? How do I get the relation inside my database?
Beta Was this translation helpful? Give feedback.
All reactions