mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-04-27 14:29:40 +00:00
Revert unneeded change
This commit is contained in:
parent
9d0a41521f
commit
20b0fe1a52
2
tile.cpp
2
tile.cpp
@ -814,7 +814,7 @@ long long write_tile(FILE *geoms, long long *geompos_in, char *metabase, char *s
|
||||
continue;
|
||||
}
|
||||
|
||||
if (gamma > 0 || additional[A_CALCULATE_FEATURE_DENSITY]) {
|
||||
if (gamma > 0) {
|
||||
if (manage_gap(index, &previndex, scale, gamma, &gap)) {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user