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

Introduce higher resolution details (inspired by OSM vector tiles) #333

Open
matthiasfeist opened this issue Nov 21, 2024 · 3 comments
Open

Comments

@matthiasfeist
Copy link

The newly release demo of the OSM vector tiles (https://pnorman.github.io/tilekiln-shortbread-demo/#4.94/62.39/24.17) has an interesting behaviour: Lakes in particular in Scandinavia are displayed in much more detail than the basemap of protomaps. you can see it in the link above that there are a lot small lakes visible that are normally hidden by maps like mapbox, google maps etc and also on the basemap of protomaps.

I assume they have different settings for size-and-zoom-level cutoffs but I think it's awesome to have that level of detail.
So I was wondering how to achieve that with protomaps and if that maybe something for the default downloads?

@matthiasfeist matthiasfeist changed the title Introduce higher resolution details (inspired by OSM vector tiles= Introduce higher resolution details (inspired by OSM vector tiles) Nov 21, 2024
@nvkelso
Copy link
Collaborator

nvkelso commented Nov 22, 2024

Protomaps and other more mature tile stacks deliberately reduce the detail of lakes at mid-zooms to reduce file size.

@matthiasfeist
Copy link
Author

That makes sense. But if file size is not a concern, how would you create a higher level of detail?

@wipfli
Copy link
Collaborator

wipfli commented Nov 22, 2024

Not fully sure, but maybe try setting the min pixel size here to zero and see what happens:

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

3 participants