Skip to content

Need Assistance with Reducing PBF File Size in Tippecanoe #271

@mani-mworks

Description

@mani-mworks

I am using the following command to generate MVT vector tiles using Tippecanoe, but the output PBF files are too large (4+ MB each). My goal is to display all the geo data starting from the minimum zoom level. Below are the command details:

tippecanoe --force  --no-feature-limit --no-tile-size-limit --force-feature-limit --no-clipping --drop-rate=1 --minimum-zoom=5 --maximum-zoom=16 --layer=households --output-to-directory "output_dir" json_path

Requirement:

  • The PBF file sizes need to be reduced while still displaying the geo data starting from the minimum zoom level.

Attempts:

  • I've used settings like --no-feature-limit, --no-tile-size-limit, --force-feature-limit, and --no-clipping to ensure all data is retained.
  • Despite this, the file sizes are too large (4+ MB per tile).

Questions:

  1. What configuration can I adjust to reduce the size of the PBF files without losing the visibility of data at the minimum zoom level?
  2. Are there other optimizations I can apply to balance size and performance at lower zoom levels?

Thank you for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions