This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

overpass query not returning waypoint

0

I'm attempting to find all places of worship in my state. I suspect the results are not complete to my liking because it is only entered as a waypoint and not a node. is this the case? & how can I solve this?

alt text alt text

asked 07 Oct '21, 23:54

mrpaulc's gravatar image

mrpaulc
26113
accept rate: 0%


2 Answers:

1

found it

changed the last line to

out center;

answered 08 Oct '21, 02:56

mrpaulc's gravatar image

mrpaulc
26113
accept rate: 0%

0

I don't know much about overpass, but the overpass turbo wizard follows the main query with

>;
out skel qt;`

Which I think recurses down the ways to give the nodes required to show the outline before producing the geometry?

answered 08 Oct '21, 03:07

InsertUser's gravatar image

InsertUser
11.0k1369185
accept rate: 19%

Source code available on GitHub .