diff --git a/Models/Constants.ts b/Models/Constants.ts index 9a9250eae9..b4d8eb6a39 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.10.1-rc5"; + public static vNumber = "0.10.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/themes/etymology.json b/assets/themes/etymology.json index a8ca9dfc9c..a595b44c56 100644 --- a/assets/themes/etymology.json +++ b/assets/themes/etymology.json @@ -16,6 +16,7 @@ "en", "nl" ], + "hideFromOverview": true, "maintainer": "", "icon": "./assets/svg/bug.svg", "version": "0", @@ -83,4 +84,4 @@ } ], "roamingRenderings": [] -} \ No newline at end of file +} diff --git a/assets/themes/uk_addresses/uk_addresses.json b/assets/themes/uk_addresses/uk_addresses.json index 8dd07bf47d..23347d3f8f 100644 --- a/assets/themes/uk_addresses/uk_addresses.json +++ b/assets/themes/uk_addresses/uk_addresses.json @@ -20,6 +20,7 @@ "startZoom": 17, "widenFactor": 1.01, "socialImage": "", + "hideFromOverview": true, "clustering": { "minNeededFeatures": 25, "maxZoom": 17 @@ -267,4 +268,4 @@ } ], "roamingRenderings": [] -} \ No newline at end of file +}