You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.
MaZderMind edited this page Dec 12, 2011
·
4 revisions
The reasoning for Multipolygon Post Processing is as follows:
I import a closed way tagged landuse=wood and create a polygon.
I import a closed way tagged natural=water and create a polygon.
I import a relation that has the first way as "outer" and the second as "inner". I now either have to remove the polygon from 1, replacing it with one that has a hole defined by 2, or else I have to delay polygon creation until after all relations are read.
Not really - the outer way should not have the landuse tag, because
tags on the outer way apply to the whole covered area including any holes
tags on the relation apply to the multipolygon (the area excluding the outer holes)