-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
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! |
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 |
planetiler can produces the tiles for the entire world with Z0 to Z14 in 2-4 hours...
The text was updated successfully, but these errors were encountered: