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

ocean and water_polygon layers in shortbread style duplicate zooms #42

Open
lonvia opened this issue Nov 25, 2024 · 0 comments
Open

ocean and water_polygon layers in shortbread style duplicate zooms #42

lonvia opened this issue Nov 25, 2024 · 0 comments

Comments

@lonvia
Copy link

lonvia commented Nov 25, 2024

The ocean layer has a definition for zoom 0-13:

spirit/shortbread.yaml

Lines 13 to 16 in f002046

- minzoom: 0
maxzoom: 13
extent: 2048
file: shortbread/ocean.sql.jinja2

and one for zoom 0-14:

spirit/shortbread.yaml

Lines 17 to 19 in f002046

- minzoom: 0
maxzoom: 14
file: shortbread/ocean.sql.jinja2

The water_polygons layer defines zoom 5-13

spirit/shortbread.yaml

Lines 26 to 29 in f002046

- minzoom: 5
maxzoom: 13
extent: 2048
file: shortbread/water_polygons.sql.jinja2

and zooms 4-14:

spirit/shortbread.yaml

Lines 30 to 32 in f002046

- minzoom: 4
maxzoom: 14
file: shortbread/water_polygons.sql.jinja2

Is that intentional? It looks like tilekiln will just choose one at random when multiple definitions are given for a zoom level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant