forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
7839712deb
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ import {Utils} from "../Utils";
|
||||||
|
|
||||||
export default class Constants {
|
export default class Constants {
|
||||||
|
|
||||||
public static vNumber = "0.12.0";
|
public static vNumber = "0.12.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"
|
||||||
|
|
|
@ -236,7 +236,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "location=underground",
|
"if": "location=surface",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Surface level parking",
|
"en": "Surface level parking",
|
||||||
"nl": "Parking op de begane grond",
|
"nl": "Parking op de begane grond",
|
||||||
|
@ -251,7 +251,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "location=surface",
|
"if": "location=rooftop",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Rooftop parking",
|
"en": "Rooftop parking",
|
||||||
"nl": "Dakparking",
|
"nl": "Dakparking",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue