Merge master

This commit is contained in:
Pieter Vander Vennet 2022-01-30 19:06:41 +01:00
commit 74489d5e3f
40 changed files with 1738 additions and 821 deletions

View file

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

View file

@ -212,7 +212,7 @@ export interface LayoutConfigJson {
maxZoom?: number,
/**
* The number of elements per tile needed to start clustering
* If clustering is defined, defaults to 25
* If clustering is defined, defaults to 250
*/
minNeededElements?: number
} | false,