Merge master
This commit is contained in:
commit
74489d5e3f
40 changed files with 1738 additions and 821 deletions
|
@ -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"
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue