-
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
Filter out duplicate POIs (one from landuse AOI, one from building & etc) #320
Comments
From @zerebubuth comment on that original issue: I think the tile with the museum must have just not updated yet - what I see is below: Regarding the duplicate schools; looks like they're coming from an We have two options here:
In either case, I think it's worth tracking the follow-up as a separate issue so as not to hold up getting this, or anything merged after this, into prod. |
Another example, the Lombard Motor Inn in SF as building label and as POI. #19/37.80054/-122.42523 |
This approach smells better to me. There are going to be corner cases either way, and this option seems to allow us more determinism. |
It is mapped as two separate objects, so we'll have to use a post-process de-dup filter since it's duplicated in the original data. http://www.openstreetmap.org/#map=19/37.80074/-122.42582
Arguably, these should be merged. But there's probably many, may other examples so it might be better just to leave it as-is so that we can use it as an example. |
Tracking the Lombard Motor Inn as an example of the kind of thing we want to filter out in #266. |
This may be a duplicate of #266. Reevaluate once that is in dev. |
Pretty sure this was a dupe. |
Cloning this to a new issue to track down further edge cases...
I'm still seeing duplicate POIs, I think from different layers where one has an area and the other doesn't, but they have the same OSM ids. The proposed implementation is only within a single layer, do we need it to span across layers, or pack less stuff into multiple layers? (Seems like less double packing is the way to go.)
#16/37.7653/-122.4413
The text was updated successfully, but these errors were encountered: