From d8d2689fa8b0d94b5b0bb11356f90bdf52759463 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Mon, 28 Mar 2022 01:27:03 +0200 Subject: [PATCH] Version bump --- Models/Constants.ts | 2 +- assets/themes/climbing/climbing.json | 47 ++++++++++++++-------------- 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/Models/Constants.ts b/Models/Constants.ts index 7f6124ad34..766f1762b9 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.17.0"; + public static vNumber = "0.18.0-alpha"; public static ImgurApiKey = '7070e7167f0a25a' public static readonly mapillary_client_token_v4 = "MLY|4441509239301885|b40ad2d3ea105435bd40c7e76993ae85" diff --git a/assets/themes/climbing/climbing.json b/assets/themes/climbing/climbing.json index 9a13c7e6c4..550131a869 100644 --- a/assets/themes/climbing/climbing.json +++ b/assets/themes/climbing/climbing.json @@ -224,14 +224,14 @@ "point", "centroid" ], - "label": { - "mappings": [ - { - "if": "name~*", - "then": "
{name}
" + "label": { + "mappings": [ + { + "if": "name~*", + "then": "
{name}
" + } + ] } - ] - } } ] }, @@ -340,14 +340,15 @@ "location": [ "point", "centroid" - ], "label": { - "mappings": [ - { - "if": "name~*", - "then": "
{name}
" + ], + "label": { + "mappings": [ + { + "if": "name~*", + "then": "
{name}
" + } + ] } - ] - } } ] }, @@ -583,15 +584,15 @@ "location": [ "point", "centroid" - ], "label": { - "mappings": [ - { - "if": "name~*", - "then": "
{name}
" + ], + "label": { + "mappings": [ + { + "if": "name~*", + "then": "
{name}
" + } + ] } - ] - } - }, { "color": { @@ -1692,4 +1693,4 @@ } ] } -} +} \ No newline at end of file