-
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
Roads on edge of landuse AOIs broken up #289
Comments
I expect the parts of the road inside the landuse AOI to get |
Looks like this has been fixed as part of tilezen/TileStache#72 (in commit tilezen/TileStache@d61f347). It needs wider verification in dev, but I was able to produce the screenshots below from my own system running master which do now show this problem any more. It seems that the issue was that the intersection was producing a GeometryCollection containing both lines and points and we were previously checking if the actual geometry type was equal to the original and, since Area near Salisbury Park Dr.Zoom 15Zoom 16Chabot Regional Park, zoom 14The "dashed effect" appearance of this road doesn't look nice, in my opinion, and bloats the size of the tile as each "dash" is a separate feature. However, fixing that is a separate issue. Suisun City, zoom 12 |
I thought we took #201 to dev already. I just took this screenshot from dev, which seems to show it okay. Could you check that you've cleared the cache and are looking at |
Testing more with a cleared cache, I see Chabot Regional Park in But zoom 16 around Salisbury Park Dr is still broken. But zoom 15 and zoom 17 are fine. Tested in Chrome and Safari on Mac. Could those zoom 16 tiles be stuck on dev? |
Yup, I see the same on dev, but it's fixed when looking at my local setup. Seems like that tile hasn't generated yet. We can either wait for it to regenerate, or try to fiddle with the stack to make it generate? |
I was fiddling with dev earlier so it might not have gotten to this tile. I just re-enqueued zoom 16 tiles in dev. Does it look ok now? |
LGTM |
NYC example:
Merrick Ave North and Salisbury Park Dr are getting chunked up.
https://www.openstreetmap.org/edit?#map=16/40.7429/-73.5787
SF Bay Area example:
The boundary roads along Redwood Regional Park and Chabot Regional Park (Redwood Dr, etc) are getting chunked up. Looking at the data, looks like the road and the park boundary aren't topologically the same, but I think that might be true in ground truth (because of parcel boundaries & etc) – in any case we should allow for this.
Another SF example that's less obvious north of SF near Fairfield:
#12/38.2628/-122.1076
The text was updated successfully, but these errors were encountered: