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

Why does OverpassTurbo return no hit?

0

Hello,

I'm puzzled as to why OT returns no hit for this road that is in OSM.

Any idea?

Thank you.

https://i.postimg.cc/QdQ6y8PQ/image.png

asked 24 Aug '21, 13:58

Shohreh's gravatar image

Shohreh
85131318
accept rate: 0%


One Answer:

2

According to your screenshot your query just consists of one large comment. Comments start with /* and end with */. Somehow you managed to delete the last part, so that the automatically added comment from the wizard never ends.

To fix this, either add a */ at the end of your forth line. Or remove everything before the start of your query, i.e. everything before [out:json]....

answered 24 Aug '21, 15:42

scai's gravatar image

scai ♦
33.3k21309459
accept rate: 23%

Sharp eyes!

It's odd that OT didn't complain that the /* had no closing section, though.

Thank you.

https://i.postimg.cc/DyjgypVJ/image.png

(24 Aug '21, 18:50) Shohreh