tyrasd / overpass-turbo

A web based data mining tool for OpenStreetMap using the Overpass API.
https://overpass-turbo.eu
Other
950 stars 135 forks source link

Strange title and no info in way pop-up #256

Closed zstadler closed 9 months ago

zstadler commented 8 years ago
mmd-osm commented 8 years ago

I think this was introduced to fix an issue with ref-less and ref-full ways in https://github.com/tyrasd/osmtogeojson/commit/52fff233171e473e9ca70fd7bf8514aef9982e1c and probably belongs to the osmtogeojson library instead: https://github.com/tyrasd/osmtogeojson/issues

Concerning the first query example above, the response includes way 64734796 as part of relation 6410854 without any node ids, and again as a single way with node ids.

zstadler commented 8 years ago

I would appreciate if someone could further investigate and fix this issue.

I find that using out geom significantly reduces the complexity of Overpass queries. I hope it also reduces the server-side computation. However, bugs like this discourage the use of out geom.

zstadler commented 9 months ago

This issue seems to be resolved. When using the original query with the data of that time

[date: "2016-07-15T00:00:00z"];
(
  way(64734796);
  relation(bw);
);
out geom;

the result is as expected: image