Imagine I have downloaded all ways with railway=rail of a country. Now I would like to select all nodes that should contain railway=switch
or railway=railway_crossing
. The list of situations is:
- three ways end in one node
- four ways end in one node
- one node is in the middle of one way and at the start of another way
- one node is in the middle of two ways
My search queries for cases one and two are:
ways:3- type:node
ways:4- type:node
My question to you: how can I select case three and case four?
asked
06 May '20, 13:19
JJJWegdam
26●1●1●2
accept rate:
0%