Merge branch 'develop'

This commit is contained in:
Pieter Vander Vennet 2022-12-25 23:17:38 +01:00
commit 217c103adc
75 changed files with 4344 additions and 2521 deletions

View file

@ -1,7 +1,7 @@
import { Utils } from "../Utils"
export default class Constants {
public static vNumber = "0.25.0"
public static vNumber = "0.25.2"
public static ImgurApiKey = "7070e7167f0a25a"
public static readonly mapillary_client_token_v4 =

View file

@ -260,7 +260,7 @@ export interface LayerConfigJson {
/**
* The type of background picture
*/
preferredBackground:
preferredBackground?:
| "osmbasedmap"
| "photo"
| "historicphoto"