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

Export as interactive map does not show ways

1

Hello when I do this request in overpass, I can see node and ways highlighted:

node["name"="Bures-sur-Yvette"];
(
way
  (around:5000)
  ["leisure"="playground"];
node
  (around:5000)
  ["leisure"="playground"];
  );
(._;>;);
out;

alt text

but when I do export as interactive map, only nodes are highlighted with a litlle circle, ways have no more circle on top of them

alt text

what's wrong ?

asked 04 Jul '15, 08:38

bodtx's gravatar image

bodtx
56226
accept rate: 0%

edited 04 Jul '15, 08:48

mmd's gravatar image

mmd
5.7k15388


One Answer:

5

Unfortunately, this is one of the features which are not yet implemented on the "interactive map" export option. See the following ticket on github: https://github.com/tyrasd/overpass-turbo/issues/23

As a workaround you can try using the out center output mode of overpass API: http://overpass-turbo.eu/s/afT

answered 04 Jul '15, 09:48

tyr_asd's gravatar image

tyr_asd
1.2k51927
accept rate: 64%