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" 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",