Fix build
This commit is contained in:
parent
59d20ec859
commit
9336e19757
14 changed files with 3801 additions and 3788 deletions
|
@ -199,7 +199,9 @@ export default class LayerConfig extends WithContextLoader{
|
||||||
return config;
|
return config;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if(json.mapRendering === undefined){
|
||||||
|
throw "MapRendering is undefined in "+context
|
||||||
|
}
|
||||||
|
|
||||||
this.mapRendering = json.mapRendering
|
this.mapRendering = json.mapRendering
|
||||||
.filter(r => r["icon"] !== undefined || r["label"] !== undefined)
|
.filter(r => r["icon"] !== undefined || r["label"] !== undefined)
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -560,69 +560,67 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": {
|
"mapRendering": [
|
||||||
"render": "pin:#fff;./assets/themes/charging_stations/plug.svg",
|
|
||||||
"mappings": [
|
|
||||||
{
|
|
||||||
"if": "bicycle=yes",
|
|
||||||
"then": "pin:#fff;./assets/themes/charging_stations/bicycle.svg"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"if": {
|
|
||||||
"or": [
|
|
||||||
"car=yes",
|
|
||||||
"motorcar=yes"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"then": "pin:#fff;./assets/themes/charging_stations/car.svg"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"iconOverlays": [
|
|
||||||
{
|
{
|
||||||
"if": {
|
"icon": {
|
||||||
"or": [
|
"render": "pin:#fff;./assets/themes/charging_stations/plug.svg",
|
||||||
"disused:amenity=charging_station",
|
"mappings": [
|
||||||
"operational_status=broken"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"then": "cross_bottom_right:#c22;"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"if": {
|
|
||||||
"or": [
|
|
||||||
"proposed:amenity=charging_station",
|
|
||||||
"planned:amenity=charging_station"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"then": "./assets/layers/charging_station/under_construction.svg",
|
|
||||||
"badge": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"if": {
|
|
||||||
"and": [
|
|
||||||
"bicycle=yes",
|
|
||||||
{
|
{
|
||||||
"or": [
|
"if": "bicycle=yes",
|
||||||
"motorcar=yes",
|
"then": "pin:#fff;./assets/themes/charging_stations/bicycle.svg"
|
||||||
"car=yes"
|
},
|
||||||
]
|
{
|
||||||
|
"if": {
|
||||||
|
"or": [
|
||||||
|
"car=yes",
|
||||||
|
"motorcar=yes"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"then": "pin:#fff;./assets/themes/charging_stations/car.svg"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"then": "circle:#fff;./assets/themes/charging_stations/car.svg",
|
"iconOverlays": [
|
||||||
"badge": true
|
{
|
||||||
|
"if": {
|
||||||
|
"or": [
|
||||||
|
"disused:amenity=charging_station",
|
||||||
|
"operational_status=broken"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"then": "cross_bottom_right:#c22;"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": {
|
||||||
|
"or": [
|
||||||
|
"proposed:amenity=charging_station",
|
||||||
|
"planned:amenity=charging_station"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"then": "./assets/layers/charging_station/under_construction.svg",
|
||||||
|
"badge": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": {
|
||||||
|
"and": [
|
||||||
|
"bicycle=yes",
|
||||||
|
{
|
||||||
|
"or": [
|
||||||
|
"motorcar=yes",
|
||||||
|
"car=yes"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"then": "circle:#fff;./assets/themes/charging_stations/car.svg",
|
||||||
|
"badge": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"iconSize": {
|
||||||
|
"render": "50,50,bottom"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"width": {
|
|
||||||
"render": "8"
|
|
||||||
},
|
|
||||||
"iconSize": {
|
|
||||||
"render": "50,50,bottom"
|
|
||||||
},
|
|
||||||
"color": {
|
|
||||||
"render": "#00f"
|
|
||||||
},
|
|
||||||
"presets": [
|
"presets": [
|
||||||
{
|
{
|
||||||
"tags": [
|
"tags": [
|
||||||
|
|
|
@ -544,6 +544,13 @@
|
||||||
"icon": {
|
"icon": {
|
||||||
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
||||||
},
|
},
|
||||||
|
"mapRendering": {
|
||||||
|
"0": {
|
||||||
|
"icon": {
|
||||||
|
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"name": "Fahrradstationen (Reparatur, Pumpe oder beides)",
|
"name": "Fahrradstationen (Reparatur, Pumpe oder beides)",
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
|
|
|
@ -547,6 +547,13 @@
|
||||||
"icon": {
|
"icon": {
|
||||||
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
||||||
},
|
},
|
||||||
|
"mapRendering": {
|
||||||
|
"0": {
|
||||||
|
"icon": {
|
||||||
|
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"name": "Bike stations (repair, pump or both)",
|
"name": "Bike stations (repair, pump or both)",
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
|
@ -2409,6 +2416,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mapRendering": {
|
||||||
|
"0": {
|
||||||
|
"icon": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "./assets/layers/defibrillator/aed_checked.svg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"name": "Defibrillators",
|
"name": "Defibrillators",
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
|
@ -3848,6 +3866,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mapRendering": {
|
||||||
|
"0": {
|
||||||
|
"iconSize": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Waste Basket"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"name": "Waste Basket",
|
"name": "Waste Basket",
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
|
|
|
@ -93,6 +93,13 @@
|
||||||
"icon": {
|
"icon": {
|
||||||
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
||||||
},
|
},
|
||||||
|
"mapRendering": {
|
||||||
|
"0": {
|
||||||
|
"icon": {
|
||||||
|
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
"title": "Pyöräpumppu"
|
"title": "Pyöräpumppu"
|
||||||
|
|
|
@ -456,6 +456,13 @@
|
||||||
"icon": {
|
"icon": {
|
||||||
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
||||||
},
|
},
|
||||||
|
"mapRendering": {
|
||||||
|
"0": {
|
||||||
|
"icon": {
|
||||||
|
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"name": "Station velo (réparation, pompe à vélo)",
|
"name": "Station velo (réparation, pompe à vélo)",
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
|
@ -756,6 +763,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mapRendering": {
|
||||||
|
"0": {
|
||||||
|
"icon": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "./assets/layers/defibrillator/aed_checked.svg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"name": "Défibrillateurs",
|
"name": "Défibrillateurs",
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
|
|
|
@ -456,6 +456,13 @@
|
||||||
"icon": {
|
"icon": {
|
||||||
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
||||||
},
|
},
|
||||||
|
"mapRendering": {
|
||||||
|
"0": {
|
||||||
|
"icon": {
|
||||||
|
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"name": "Stazioni bici (riparazione, gonfiaggio o entrambi)",
|
"name": "Stazioni bici (riparazione, gonfiaggio o entrambi)",
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
|
@ -772,6 +779,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mapRendering": {
|
||||||
|
"0": {
|
||||||
|
"icon": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "./assets/layers/defibrillator/aed_checked.svg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"name": "Defibrillatori",
|
"name": "Defibrillatori",
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
|
|
|
@ -896,6 +896,13 @@
|
||||||
"icon": {
|
"icon": {
|
||||||
"render": "./assets/layers/birdhide/birdhide.svg"
|
"render": "./assets/layers/birdhide/birdhide.svg"
|
||||||
},
|
},
|
||||||
|
"mapRendering": {
|
||||||
|
"0": {
|
||||||
|
"icon": {
|
||||||
|
"render": "./assets/layers/birdhide/birdhide.svg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"name": "Vogelkijkhutten",
|
"name": "Vogelkijkhutten",
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
|
@ -4131,6 +4138,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mapRendering": {
|
||||||
|
"0": {
|
||||||
|
"iconSize": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Vuilnisbak"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"name": "Vuilnisbak",
|
"name": "Vuilnisbak",
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
|
|
|
@ -341,6 +341,13 @@
|
||||||
"icon": {
|
"icon": {
|
||||||
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
||||||
},
|
},
|
||||||
|
"mapRendering": {
|
||||||
|
"0": {
|
||||||
|
"icon": {
|
||||||
|
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
"description": "Um aparelho para encher os seus pneus num local fixa no espaço público<h3>Exemplos de bombas de bicicletas</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>"
|
"description": "Um aparelho para encher os seus pneus num local fixa no espaço público<h3>Exemplos de bombas de bicicletas</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>"
|
||||||
|
|
|
@ -341,6 +341,13 @@
|
||||||
"icon": {
|
"icon": {
|
||||||
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
||||||
},
|
},
|
||||||
|
"mapRendering": {
|
||||||
|
"0": {
|
||||||
|
"icon": {
|
||||||
|
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"name": "Estações de bicicletas (reparo, bomba ou ambos)",
|
"name": "Estações de bicicletas (reparo, bomba ou ambos)",
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
|
|
|
@ -403,6 +403,13 @@
|
||||||
"icon": {
|
"icon": {
|
||||||
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
||||||
},
|
},
|
||||||
|
"mapRendering": {
|
||||||
|
"0": {
|
||||||
|
"icon": {
|
||||||
|
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
"title": "Велосипедный насос"
|
"title": "Велосипедный насос"
|
||||||
|
@ -722,6 +729,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mapRendering": {
|
||||||
|
"0": {
|
||||||
|
"icon": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "./assets/layers/defibrillator/aed_checked.svg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"name": "Дефибрилляторы",
|
"name": "Дефибрилляторы",
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
|
@ -1446,6 +1464,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mapRendering": {
|
||||||
|
"0": {
|
||||||
|
"iconSize": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Контейнер для мусора"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"name": "Контейнер для мусора",
|
"name": "Контейнер для мусора",
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
|
|
|
@ -751,6 +751,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mapRendering": {
|
||||||
|
"0": {
|
||||||
|
"icon": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "./assets/themes/hackerspaces/led.png"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"name": "Hackerspace",
|
"name": "Hackerspace",
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
|
|
|
@ -804,6 +804,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mapRendering": {
|
||||||
|
"0": {
|
||||||
|
"icon": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "./assets/themes/hackerspaces/led.png"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"name": "Hackerspace",
|
"name": "Hackerspace",
|
||||||
"presets": {
|
"presets": {
|
||||||
"0": {
|
"0": {
|
||||||
|
|
Loading…
Reference in a new issue