how to find intersections from OpenStreetMap?

后端 未结 3 472
遥遥无期
遥遥无期 2021-01-01 05:06

How to extract intersections in the OpenStreetMap? I need the longitude and latitude of the intersections, thanks!

3条回答
  •  萌比男神i
    2021-01-01 05:16

    There has been a similar question here. There is no direct API call to retrieve intersections. But you can query all ways in a given bounding box (for example directly via the API or via the Overpass API) and look for nodes shared by two or more ways as explained in the other answer.

提交回复
热议问题