Hide some themes, version bump

This commit is contained in:
Pieter Vander Vennet 2021-10-06 12:42:18 +02:00
parent 9f3ba46530
commit dc4174047a
3 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,7 @@ import {Utils} from "../Utils";
export default class Constants { export default class Constants {
public static vNumber = "0.10.1-rc5"; public static vNumber = "0.10.1";
public static ImgurApiKey = '7070e7167f0a25a' public static ImgurApiKey = '7070e7167f0a25a'
public static readonly mapillary_client_token_v3 = 'TXhLaWthQ1d4RUg0czVxaTVoRjFJZzowNDczNjUzNmIyNTQyYzI2' public static readonly mapillary_client_token_v3 = 'TXhLaWthQ1d4RUg0czVxaTVoRjFJZzowNDczNjUzNmIyNTQyYzI2'
public static readonly mapillary_client_token_v4 = "MLY|4441509239301885|b40ad2d3ea105435bd40c7e76993ae85" public static readonly mapillary_client_token_v4 = "MLY|4441509239301885|b40ad2d3ea105435bd40c7e76993ae85"

View file

@ -16,6 +16,7 @@
"en", "en",
"nl" "nl"
], ],
"hideFromOverview": true,
"maintainer": "", "maintainer": "",
"icon": "./assets/svg/bug.svg", "icon": "./assets/svg/bug.svg",
"version": "0", "version": "0",
@ -83,4 +84,4 @@
} }
], ],
"roamingRenderings": [] "roamingRenderings": []
} }

View file

@ -20,6 +20,7 @@
"startZoom": 17, "startZoom": 17,
"widenFactor": 1.01, "widenFactor": 1.01,
"socialImage": "", "socialImage": "",
"hideFromOverview": true,
"clustering": { "clustering": {
"minNeededFeatures": 25, "minNeededFeatures": 25,
"maxZoom": 17 "maxZoom": 17
@ -267,4 +268,4 @@
} }
], ],
"roamingRenderings": [] "roamingRenderings": []
} }