Skip to content
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

Hide early school, kindergarten #1621

Closed
nvkelso opened this issue Sep 24, 2018 · 2 comments
Closed

Hide early school, kindergarten #1621

nvkelso opened this issue Sep 24, 2018 · 2 comments

Comments

@nvkelso
Copy link
Member

nvkelso commented Sep 24, 2018

            school-early:
                filter:
                    kind: [school, kindergarten]
                    any:
                        # show labels for smaller landuse areas at higher zooms
                        - { $zoom: [13], area: { max: 100000 } }
                        - { $zoom: [14], area: { max: 50000 } }
                        - { $zoom: [15], area: { max: 10000 } }
                        - { $zoom: [16], area: { max: 5000 } }
                        - { $zoom: [17], area: { max: 2000 } }
                draw:
                    mapzen_icon_library:
                        visible: false
@nvkelso nvkelso added this to the v1.6.0 milestone Sep 25, 2018
@nvkelso
Copy link
Member Author

nvkelso commented Dec 13, 2018

This is already using tier6_min_zoom, which seems like okay logic, but let's split it off to follow the above guidelines instead, and only start at zoom 13, default to 18 when no area.

School, by zoom:

kindergarden is same general logic, single test should suffice:

@nvkelso nvkelso changed the title Hide early schools Hide early school, kindergarten Dec 13, 2018
@nvkelso nvkelso modified the milestones: v1.6.0, v1.6.1 Dec 14, 2018
@ghost ghost assigned zerebubuth Dec 28, 2018
@ghost ghost added the in review label Dec 28, 2018
@nvkelso
Copy link
Member Author

nvkelso commented Jan 23, 2019

QA verified.

@nvkelso nvkelso closed this as completed Jan 23, 2019
@ghost ghost removed the in review label Jan 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants