Skip to content

Commit

Permalink
Merge pull request #832 from MTES-MCT/fix-tippecanoe-options
Browse files Browse the repository at this point in the history
Amélioration de la configuration tippecanoe
  • Loading branch information
alexisig authored Jan 13, 2025
2 parents 68c17b3 + 8ecdda0 commit 5ccc01f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions airflow/dags/create_ocsge_vector_tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ def geojson_to_pmtiles(params: dict):
"--read-parallel",
"--force",
"--no-simplification-of-shared-nodes",
"--no-tile-size-limit",
"--base-zoom=10",
"--drop-densest-as-needed",
"--no-tiny-polygon-reduction",
"--base-zoom=11",
"--coalesce-densest-as-needed",
"-zg",
]

Expand Down

0 comments on commit 5ccc01f

Please sign in to comment.