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

explore use of tippecanoe for slippy maps #74

Open
danlewis85 opened this issue Oct 29, 2024 · 0 comments
Open

explore use of tippecanoe for slippy maps #74

danlewis85 opened this issue Oct 29, 2024 · 0 comments

Comments

@danlewis85
Copy link

Flourish doesn't work well with large vector datasets, such as a full supply of LSOAs for England and Wales, even when the vectors used are highly generalised. The map view presents as laggy and due to generalisation lacks considerable detail at closer zooms.

One approach to address this problem is to 'tile' the data - this effectively means cutting up the vector data into small 'tiles' for different zoom levels and onyl requiring a map to load the tiles it needs at any given time.

This is what tippecanoe does, it is a tiling service that allows you to create vector tiles for use in mapping.

The downside of this solution is that you also need a javascript-driven webmap interface (using leaflet) and a server to serve the map tiles, it's not a single complete solution.

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

1 participant