Skip to content

Commit

Permalink
Update the empty tiles detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Nov 10, 2023
1 parent ed4dd57 commit ccff692
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tilegeneration/config.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ defaults:
# - sql: <column> AS geom FROM <table>
# size and hash used to detect empty tiles and metatiles [optional, default is None]
empty_metatile_detection:
size: 740
hash: 3237839c217b51b8a9644d596982f342f8041546
size: 394
hash: ad8ba7a37e97f64fefd25baaf962625c2ee7e707
empty_tile_detection:
size: 921
hash: 1e3da153be87a493c4c71198366485f290cad43c
size: 116
hash: 9b1f93c807ba92a48f8e484ea839e21ce90bf278
post_process: optipng

layers:
Expand Down

0 comments on commit ccff692

Please sign in to comment.