-
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
Landuse sort_key funk #555
Comments
cc @sensescape |
Until we support alpha in Eraser Map dots, we should restore the older behavior. Plus styles like Cinnabar, Refill, and Zinc don't have alpha so would need a different solution (like area grading). |
These ones should move down more by forest:
They used to get no value in v0.7, which meant a client-side value of 1 (at the very bottom). |
Note, |
But in Prospect Park it's actually better with the draft v0.8 sort_key values (wood above park): #16/40.6619/-73.9679 |
The Vancouver example for Stanley Park (osm link) is a different bug related to ambiguous landuse kinds, where the feature is both |
Let's limit any more changes to landuse in v0.8 to just these. (It's just pushing around chairs on the Titanic until #446 is added.) |
* master: Add test and cases for brunnel defaults. Sort keys changed, update test. move <=15 zoom filters topside Revert min_zoom to previous behaviour. Add tests. Add min_zoom property to buildings. Disable area/volume filter at z16. Buildings should satisfy this filter if they meet the minimum volume or minimum area limits. Show all buildings at z16 connects to #556 for road brunnel, level sorting zoom>=15 fixes #555 landuse funk Update ISSUE_TEMPLATE.md add back regressions for man_made, national_park, natural Update docs for water sort key. Added test for water boundary sort key. The 'boundary: yes' key is only added by the exterior boundaries post-processor, so the sort key post-processor needs to come after it. move parking topside, and remove dup park Conflicts: data/functions.sql
* master: (98 commits) Relax road rules for bridges/tunnels at low zooms Add test and cases for brunnel defaults. Sort keys changed, update test. move <=15 zoom filters topside Revert min_zoom to previous behaviour. Add tests. Add min_zoom property to buildings. Disable area/volume filter at z16. Buildings should satisfy this filter if they meet the minimum volume or minimum area limits. Show all buildings at z16 connects to #556 for road brunnel, level sorting zoom>=15 fixes #555 landuse funk Update ISSUE_TEMPLATE.md add back regressions for man_made, national_park, natural Update docs for water sort key. Added test for water boundary sort key. The 'boundary: yes' key is only added by the exterior boundaries post-processor, so the sort key post-processor needs to come after it. move parking topside, and remove dup park Configure csvmatcher for remaining layers Replace call to roads sort key with a spreadsheet. Made tests for sort keys in the roads layer. ... Conflicts: data/apply-planet_osm_point.sql data/apply-planet_osm_polygon.sql data/functions.sql
The text was updated successfully, but these errors were encountered: