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

faster tile generation #5

Open
markuman opened this issue Dec 30, 2022 · 3 comments
Open

faster tile generation #5

markuman opened this issue Dec 30, 2022 · 3 comments

Comments

@markuman
Copy link

planetiler can produces the tiles for the entire world with Z0 to Z14 in 2-4 hours...

@wcedmisten
Copy link
Owner

planetiler uses vector tiles, rather than raster tiles, which this project currently uses.

The tradeoff is that vector tiles are more performant for the server, but raster tiles are better for the client.

I have a blog post that explores using headway, which does use vector tiles. If that fits your use-case I recommend checking out the project!

https://wcedmisten.fyi/post/upgrading-with-headway-maps/

@markuman
Copy link
Author

markuman commented Jan 3, 2023

Basically my usecase is just a self-hosted tileserver that can be used in my nextcloud (gpxpod, gpxedit)
this is solved for me with planetiler and tileserver-gl.
Routing is just sugar :D
But what I am currently missing is contour lines. Any idea about that?

@wcedmisten
Copy link
Owner

I'm not familiar with the tool unfortunately, but I think the general approach would be finding a data source for the elevation data / contour vectors and adding that as a layer to your vector tiles.

I would open an issue with planetiler to ask what approach they would take.

https://github.com/onthegomap/planetiler#generating-custom-vector-tiles

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

2 participants