Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete multipolygons in Overpass API download #221

Open
tordanik opened this issue Aug 30, 2024 · 0 comments
Open

Incomplete multipolygons in Overpass API download #221

tordanik opened this issue Aug 30, 2024 · 0 comments

Comments

@tordanik
Copy link
Owner

When downloading OSM data from Overpass API using the "Download OSM data" action in OSM2World's desktop frontend, members outside the bounding box appear to be missing from multipolygon relations.

This has been observed to result in missing water bodies with the Baltimore example from #217 with the following bounds:

  • minlat: 39.2011000
  • minlon: -76.5676000
  • maxlat: 39.2463000
  • maxlon: -76.4933000

The Overpass API query constructed for this example in OverpassReader looks like this:

[bbox:39.2011,-76.5676,39.2463,-76.4933];(node;rel(bn)->.x;way;node(w)->.x;rel(bw););out meta;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant