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

Geometry simplification #41

Open
westnordost opened this issue Jun 16, 2024 · 2 comments
Open

Geometry simplification #41

westnordost opened this issue Jun 16, 2024 · 2 comments

Comments

@westnordost
Copy link

Background: I would love to use the upcoming openstreetmap-hosted vector tiles for StreetComplete, to have the app only communicate with OpenStreetMap / FOSS services. However, especially because it is a mobile app, I want to keep the bandwidth requirements low.

As I noted earlier, tilekiln tiles are about 10x as big as the tiles from a commercial provider serving OSM-based vector tiles*.

I suspect that most of the difference in size is due to (missing) geometry simplification on low to mid zoom levels.

Is this done at all, or already done to a degree exceeding rounding to the max precision available per zoom level? I can understand that the requirement for minutely updates might run contrary to employing costly simplification.


* that provider is known for very small tiles though, so not completely fair comparison. Compared with maptiler, tilekiln is "only" about 3x the size, currently.

@pnorman pnorman transferred this issue from pnorman/tilekiln Jun 16, 2024
@pnorman
Copy link
Owner

pnorman commented Jun 18, 2024

Moved from tilekiln because this is a spirit specific issue - tilekiln just generates what the style says.

@westnordost
Copy link
Author

And does the style currently do any geometry simplification?

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