Version bump
This commit is contained in:
parent
19f900deab
commit
919dafcc24
2 changed files with 1 additions and 2 deletions
|
@ -216,7 +216,6 @@ async function splitPerLayer(targetdir: string, r: TileRange, theme: LayoutConfi
|
|||
.filter(f => {
|
||||
const isShown = layer.isShown.GetRenderValue(f.properties).txt
|
||||
if (isShown === "no") {
|
||||
console.log("Dropping feature ", f.id)
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue