Fixes to the layers
This commit is contained in:
parent
161bcc8647
commit
83b75735ce
7 changed files with 34 additions and 28 deletions
|
@ -671,7 +671,8 @@
|
|||
]
|
||||
},
|
||||
"location": [
|
||||
"point", "centroid"
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -202,7 +202,8 @@
|
|||
"render": "40,40,center"
|
||||
},
|
||||
"location": [
|
||||
"point","centroid"
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -9,13 +9,13 @@
|
|||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"nl": "Autoparking",
|
||||
"nl": "Parking voor auto's",
|
||||
"en": "Car parking"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"en": "A layer showing car parkings",
|
||||
"nl": "Deze laag toont autoparkeerplaatsen"
|
||||
"nl": "Deze laag toont autoparkings"
|
||||
},
|
||||
"tagRenderings": [
|
||||
"images"
|
||||
|
@ -26,7 +26,7 @@
|
|||
"amenity=parking"
|
||||
],
|
||||
"title": {
|
||||
"nl": "autoparking",
|
||||
"nl": "parking voor auto's",
|
||||
"en": "car parking"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
],
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon" : "./assets/layers/play_forest/icon.svg",
|
||||
"icon": "./assets/layers/play_forest/icon.svg",
|
||||
"iconSize": {
|
||||
"render": "40,40,center"
|
||||
},
|
||||
|
@ -117,7 +117,7 @@
|
|||
},
|
||||
{
|
||||
"color": "#007055",
|
||||
"width": "2"
|
||||
"width": "2"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -519,7 +519,8 @@
|
|||
]
|
||||
},
|
||||
"location": [
|
||||
"point","centroid"
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -478,23 +478,6 @@
|
|||
}
|
||||
],
|
||||
"filter": [
|
||||
{
|
||||
"id": "is_open",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"nl": "Nu geopened",
|
||||
"en": "Opened now"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": [
|
||||
"opening_hours=",
|
||||
"_isOpen=yes"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "wheelchair",
|
||||
"options": [
|
||||
|
@ -539,6 +522,23 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "is_open",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"nl": "Nu geopened",
|
||||
"en": "Opened now"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": [
|
||||
"opening_hours=",
|
||||
"_isOpen=yes"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"deletion": {
|
||||
|
|
|
@ -224,7 +224,8 @@
|
|||
"render": "40,40,center"
|
||||
},
|
||||
"location": [
|
||||
"point","centroid"
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -332,7 +333,8 @@
|
|||
"render": "40,40,center"
|
||||
},
|
||||
"location": [
|
||||
"point","centroid"
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -1010,7 +1012,8 @@
|
|||
{
|
||||
"icon": "./assets/themes/climbing/climbing_unknown.svg",
|
||||
"location": [
|
||||
"point","centroid"
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue