-
Notifications
You must be signed in to change notification settings - Fork 120
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
Unify building parts with building #653
Comments
This can be tracked directly with the building relation per building part. SF example: Ferry Building. We added |
The problem is, at least in nyc, the buildings and their parts aren't always linked with a relation. For example: http://www.openstreetmap.org/way/160967745 |
Yup, the logic required is more similar to #142. We might be able to use the "base" building outline as the "root ID", depends on whether we find that many building parts overlap multiple "base" buildings. |
Related: #886 |
It's sounding like we should say |
@meetar I remember you were interested in this one? Can you please have a look at New source url setup to use is:
|
This is great news! I see some things which make sense here, such as features with a But then I see some others which simply have an In our tiles, the inner and outer shapes here seem to be split into two features, correlating to Should this kind of situation have been fixed in the changes mentioned above, or is this a separate issue? |
So far it only unified building parts with the building they overlap with. Sounds like in addition to that logic, we'd want to also link buildings / parts to any relation that they are a part of? And I assume that we'd prefer to use any relation as the root id in ambiguous cases? |
Looks like there's a whole mess of things going on with the BoE building:
I think we have two different issues here:
If this isn't a widespread problem, I'd be tempted to call it a data issue rather than introduce a special case to handle it. Although it would be nice to be able to present problems like this in a way that makes it easy for people to find and fix. |
Ah ha – The tagging looked odd to me but I couldn't tell how, thanks for On Tue, Aug 30, 2016 at 7:37 AM, Matt Amos notifications@github.com wrote:
|
That all being said, if we had a relation with multiple buildings, would we want them all to be linked? As it stands now they will not be. The current logic will only link building parts with the largest overlapping building. |
@rmarianski by relation with multiple buildings do you mean @zerebubuth's example Relation 553472 as a multi polygon relation? I think we should add logic for that case. |
I've verified Rob's basic work, let's split off the Bank of England work into a new ticket (#1032). |
In the
buildings
layer, it would be useful to know the building that all the parts were associated with. This can be done by seeing if thebuilding:part
overlaps a certain amount with any buildings in thetile.
The text was updated successfully, but these errors were encountered: