From 919dafcc244014a1fcadad3f2becaa1ddd5ec2b2 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Fri, 14 May 2021 02:59:03 +0200 Subject: [PATCH] Version bump --- Models/Constants.ts | 2 +- scripts/generateCache.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Models/Constants.ts b/Models/Constants.ts index 344a71178..1211a2572 100644 --- a/Models/Constants.ts +++ b/Models/Constants.ts @@ -2,7 +2,7 @@ import { Utils } from "../Utils"; export default class Constants { - public static vNumber = "0.7.3"; + public static vNumber = "0.7.3-rc1"; // The user journey states thresholds when a new feature gets unlocked public static userJourney = { diff --git a/scripts/generateCache.ts b/scripts/generateCache.ts index 021323cd9..7d862858d 100644 --- a/scripts/generateCache.ts +++ b/scripts/generateCache.ts @@ -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;