Where are all the relations? How to extract connection between ways and nodes? #2189
Answered
by
SomeoneElseOSM
zfallahnejad
asked this question in
Q&A
Answered by
SomeoneElseOSM
May 27, 2024
Replies: 1 comment
Relations with (multi)polygon geometry will be in planet_osm_polygon.
That rather depends on what you are trying to do. osm2pgsql supports more than one output type, and another might be more appropriate, depending on what you are trying to do. What columns you get, and whether something in the input is treated as an area or a closed line, is also under your control. See e.g. here. |
0 replies
Answer selected by
joto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relations with (multi)polygon geometry will be in planet_osm_polygon.
That rather depends on what you are trying to do. osm2pgsql supports more than one output type, and another might be more appropriate, depending on what you are trying to do. What columns you get, and whether something in the input is treated as an area or a closed line, is also under your control. See e.g. here.