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

Deprecated old-style multipolygons in OSM data #4176

Closed
joto opened this issue Jun 20, 2017 · 2 comments
Closed

Deprecated old-style multipolygons in OSM data #4176

joto opened this issue Jun 20, 2017 · 2 comments
Labels

Comments

@joto
Copy link
Contributor

joto commented Jun 20, 2017

I wanted to inform you about some changes in OSM data recently that might or might not be relevant for you.

OpenStreetMap has finally gotten rid of "old-style multipolygon relations". Those are relations of type=multipolygon where the tags are on the (outer) ways and not on the relation. For a long time this type of tagging and the more modern one of tagging the relation only have lived side-by-side, but now old-style multipolygons are deprecated and none are left in the data.

If your routing engine/data converter does support routing over areas you might want to change your data import functions to remove handling of old-style multipolygons simplifying the code greatly.

If you do not support routing over areas you might still be affected: Say you have a city square modelled as a relation tagged with highway=pedestrian. In modern multipolygon tagging those tags are on the relation only and the ways have no tags at all. If you don't read relations and match them to their member tags, you will not see those ways as routable. So even routing along the edges of the city square will not work. Details depend on the e
xact tagging of course, in many cases the ways will probably also be tagged with a highway tag. You have to decide yourself whether this warrants any changes in your program.

Our Github issue for this is osmlab/fixing-polygons-in-osm#33 where you can find some additional information.

More background on multipolygon relations and the effort to fix them at http://area.jochentopf.com/ .

@daniel-j-h
Copy link
Member

Ref. area routing #64

Copy link

github-actions bot commented Jul 8, 2024

This issue seems to be stale. It will be closed in 30 days if no further activity occurs.

@github-actions github-actions bot added the Stale label Jul 8, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants