Sync; fix build

This commit is contained in:
Pieter Vander Vennet 2022-07-18 11:49:22 +02:00
parent 1c9dfdcce9
commit 80be3eb9ef
17 changed files with 94 additions and 17 deletions

View file

@ -7,12 +7,14 @@
"render": {
"en": "{name}"
},
"mappings": [{
"if": "name=",
"then": {
"en": "Pharmacy"
"mappings": [
{
"if": "name=",
"then": {
"en": "Pharmacy"
}
}
}]
]
},
"source": {
"osmTags": {

View file

@ -35,7 +35,10 @@
"or": [
"leisure=nature_reserve",
{
"and": ["boundary=protected_area","protect_class!=22"]
"and": [
"boundary=protected_area",
"protect_class!=22"
]
}
]
}

View file

@ -630,7 +630,7 @@
}
}
],
"isShown":{
"isShown": {
"or": [
"_imported_osm_object_found!=true",
"_imported_osm_still_fresh!=true"

View file

@ -4,7 +4,7 @@
"en": "OnWheels"
},
"description": {
"en": "On this map, publicly wheelchair accessible places are shown and can be easily added"
"en": "On this map, publicly weelchair accessible places are shown and can be easily added"
},
"maintainer": "MapComplete",
"icon": "./assets/themes/onwheels/crest.svg",
@ -35,7 +35,6 @@
"+calculatedTags": [
"_poi_walls_and_buildings_entrance_properties=feat.closestn('walls_and_buildings', 1, undefined, 1000).map(w => ({id: w.feat.properties.id, width: w.feat.properties['_entrance:width']}))[0]",
"_poi_entrance:width=JSON.parse(feat.properties._poi_walls_and_buildings_entrance_properties)?.width"
],
"+tagRenderings": [
{

View file

@ -288,6 +288,6 @@
"then": "./assets/themes/speelplekken/youtube.svg"
}
],
"isShown":"_is_shadowed!=yes"
"isShown": "_is_shadowed!=yes"
}
}