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

check if all sprites are used #20

Open
MichaelKreil opened this issue Apr 5, 2024 · 1 comment
Open

check if all sprites are used #20

MichaelKreil opened this issue Apr 5, 2024 · 1 comment

Comments

@MichaelKreil
Copy link
Member

No description provided.

@MichaelKreil
Copy link
Member Author

Extract the vector tile data as a geojson, e.g:

tippecanoe-decode -I -f -l public_transport osm.mbtiles
tippecanoe-decode -I -f -l pois osm.mbtiles

Then scan the result for combinations of layer and field values, and create a sort of histogram/tree of these value combinations. Use this histogram to check if the style covers every combination or if, for example, symbols are missing.

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

No branches or pull requests

1 participant