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

feature/clustering #26

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feature/clustering #26

wants to merge 1 commit into from

Commits on Mar 22, 2023

  1. feature/clustering

    Added a clustering feature to the tile generator.
    Tiles will be generated in 3 pieces. The outer zoom is one cluster /
    city / tile, the middle zoom is regular clustering, and the inner zoom
    has no clustering, but instead shows all points.
    
    This is a WIP. The outer layer should actually be a geojson layer so
    that we can cluster the clusters. The inner layer needs more zoom levels
    as it cuts off at 15.
    
    As we are using mbtiles and geojson, we can combine the middle and inner
    mbtiles into one big mbtile, then we can combine the outer zoom at one
    level to create a geojson of the features at 1 / city.
    
    This was tested with tippecanoe v2.23.0
    tzinckgraf committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    45a9663 View commit details
    Browse the repository at this point in the history