From b609885a1f5afcd8da80729847dbaf118caefc2f Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sun, 7 Nov 2021 18:06:57 +0100 Subject: [PATCH 1/2] Fix bike parking location question --- assets/layers/bike_parking/bike_parking.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/layers/bike_parking/bike_parking.json b/assets/layers/bike_parking/bike_parking.json index eff4dce6c6..f81577b008 100644 --- a/assets/layers/bike_parking/bike_parking.json +++ b/assets/layers/bike_parking/bike_parking.json @@ -236,7 +236,7 @@ } }, { - "if": "location=underground", + "if": "location=surface", "then": { "en": "Surface level parking", "nl": "Parking op de begane grond", @@ -251,7 +251,7 @@ } }, { - "if": "location=surface", + "if": "location=rooftop", "then": { "en": "Rooftop parking", "nl": "Dakparking", From 38e1a6309baf0f759069c2e9b6171476ed484bca Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sun, 7 Nov 2021 18:07:36 +0100 Subject: [PATCH 2/2] Version bump --- Models/Constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Constants.ts b/Models/Constants.ts index e491ea067c..ed4d21c377 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.12.0"; + public static vNumber = "0.12.1"; public static ImgurApiKey = '7070e7167f0a25a' public static readonly mapillary_client_token_v3 = 'TXhLaWthQ1d4RUg0czVxaTVoRjFJZzowNDczNjUzNmIyNTQyYzI2' public static readonly mapillary_client_token_v4 = "MLY|4441509239301885|b40ad2d3ea105435bd40c7e76993ae85"