forked from MapComplete/MapComplete
Add charging stations to cyclofix theme
This commit is contained in:
parent
f56a51e480
commit
47345bdf61
2 changed files with 3 additions and 27 deletions
|
@ -2,7 +2,7 @@ import {Utils} from "../Utils";
|
||||||
|
|
||||||
export default class Constants {
|
export default class Constants {
|
||||||
|
|
||||||
public static vNumber = "0.20.2";
|
public static vNumber = "0.20.3";
|
||||||
|
|
||||||
public static ImgurApiKey = '7070e7167f0a25a'
|
public static ImgurApiKey = '7070e7167f0a25a'
|
||||||
public static readonly mapillary_client_token_v4 = "MLY|4441509239301885|b40ad2d3ea105435bd40c7e76993ae85"
|
public static readonly mapillary_client_token_v4 = "MLY|4441509239301885|b40ad2d3ea105435bd40c7e76993ae85"
|
||||||
|
|
|
@ -66,30 +66,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"filter": null,
|
"filter": null,
|
||||||
"=mapRendering": [
|
"=presets": []
|
||||||
{
|
|
||||||
"location": [
|
|
||||||
"point",
|
|
||||||
"centroid"
|
|
||||||
],
|
|
||||||
"icon": "./assets/themes/toerisme_vlaanderen/charging_station_ebike.svg"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"=presets": [
|
|
||||||
{
|
|
||||||
"tags": [
|
|
||||||
"amenity=charging_station",
|
|
||||||
"motorcar=no",
|
|
||||||
"bicycle=yes"
|
|
||||||
],
|
|
||||||
"title": {
|
|
||||||
"nl": "laadpunt voor elektrische fietsen"
|
|
||||||
},
|
|
||||||
"preciseInput": {
|
|
||||||
"preferredBackground": "map"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -100,8 +77,7 @@
|
||||||
"filter": {
|
"filter": {
|
||||||
"sameAs": "charging_station_ebike"
|
"sameAs": "charging_station_ebike"
|
||||||
},
|
},
|
||||||
"minzoom": 18,
|
"minzoom": 18
|
||||||
"=presets": []
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue