From bee2878b768afdf18d998ac4ecc3a956845739ce Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Mon, 4 Jan 2021 21:33:37 +0100 Subject: [PATCH] Fix faulty upload --- Customizations/JSON/LayoutConfigJson.ts | 2 +- Logic/Osm/ChangesetHandler.ts | 2 +- Models/Constants.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Customizations/JSON/LayoutConfigJson.ts b/Customizations/JSON/LayoutConfigJson.ts index 03c37293e..c89811d77 100644 --- a/Customizations/JSON/LayoutConfigJson.ts +++ b/Customizations/JSON/LayoutConfigJson.ts @@ -126,7 +126,7 @@ export interface LayoutConfigJson { /** * If defined, data will be clustered. */ - clustering: { + clustering?: { /** * All zoom levels above 'maxzoom' are not clustered anymore */ diff --git a/Logic/Osm/ChangesetHandler.ts b/Logic/Osm/ChangesetHandler.ts index 5e05e6e92..18ddaa926 100644 --- a/Logic/Osm/ChangesetHandler.ts +++ b/Logic/Osm/ChangesetHandler.ts @@ -108,7 +108,7 @@ export class ChangesetHandler { ``, ``, ``, - ``, surveySource, (layout.maintainer ?? "") !== "" ? `` : "", ``].join("") diff --git a/Models/Constants.ts b/Models/Constants.ts index a198a3d63..33dfd2ceb 100644 --- a/Models/Constants.ts +++ b/Models/Constants.ts @@ -1,7 +1,7 @@ import { Utils } from "../Utils"; export default class Constants { - public static vNumber = "0.2.7"; + public static vNumber = "0.2.7-rc2"; // The user journey states thresholds when a new feature gets unlocked public static userJourney = {