Fixes to the layers

This commit is contained in:
Pieter Vander Vennet 2021-11-08 15:31:25 +01:00
parent 161bcc8647
commit 83b75735ce
7 changed files with 34 additions and 28 deletions

View file

@ -671,7 +671,8 @@
] ]
}, },
"location": [ "location": [
"point", "centroid" "point",
"centroid"
] ]
} }
] ]

View file

@ -202,7 +202,8 @@
"render": "40,40,center" "render": "40,40,center"
}, },
"location": [ "location": [
"point","centroid" "point",
"centroid"
] ]
} }
] ]

View file

@ -9,13 +9,13 @@
}, },
"title": { "title": {
"render": { "render": {
"nl": "Autoparking", "nl": "Parking voor auto's",
"en": "Car parking" "en": "Car parking"
} }
}, },
"description": { "description": {
"en": "A layer showing car parkings", "en": "A layer showing car parkings",
"nl": "Deze laag toont autoparkeerplaatsen" "nl": "Deze laag toont autoparkings"
}, },
"tagRenderings": [ "tagRenderings": [
"images" "images"
@ -26,7 +26,7 @@
"amenity=parking" "amenity=parking"
], ],
"title": { "title": {
"nl": "autoparking", "nl": "parking voor auto's",
"en": "car parking" "en": "car parking"
} }
} }

View file

@ -106,7 +106,7 @@
], ],
"mapRendering": [ "mapRendering": [
{ {
"icon" : "./assets/layers/play_forest/icon.svg", "icon": "./assets/layers/play_forest/icon.svg",
"iconSize": { "iconSize": {
"render": "40,40,center" "render": "40,40,center"
}, },
@ -117,7 +117,7 @@
}, },
{ {
"color": "#007055", "color": "#007055",
"width": "2" "width": "2"
} }
] ]
} }

View file

@ -519,7 +519,8 @@
] ]
}, },
"location": [ "location": [
"point","centroid" "point",
"centroid"
] ]
}, },
{ {

View file

@ -478,23 +478,6 @@
} }
], ],
"filter": [ "filter": [
{
"id": "is_open",
"options": [
{
"question": {
"nl": "Nu geopened",
"en": "Opened now"
},
"osmTags": {
"or": [
"opening_hours=",
"_isOpen=yes"
]
}
}
]
},
{ {
"id": "wheelchair", "id": "wheelchair",
"options": [ "options": [
@ -539,6 +522,23 @@
} }
} }
] ]
},
{
"id": "is_open",
"options": [
{
"question": {
"nl": "Nu geopened",
"en": "Opened now"
},
"osmTags": {
"or": [
"opening_hours=",
"_isOpen=yes"
]
}
}
]
} }
], ],
"deletion": { "deletion": {

View file

@ -224,7 +224,8 @@
"render": "40,40,center" "render": "40,40,center"
}, },
"location": [ "location": [
"point","centroid" "point",
"centroid"
] ]
} }
] ]
@ -332,7 +333,8 @@
"render": "40,40,center" "render": "40,40,center"
}, },
"location": [ "location": [
"point","centroid" "point",
"centroid"
] ]
} }
] ]
@ -1010,7 +1012,8 @@
{ {
"icon": "./assets/themes/climbing/climbing_unknown.svg", "icon": "./assets/themes/climbing/climbing_unknown.svg",
"location": [ "location": [
"point","centroid" "point",
"centroid"
] ]
}, },
{ {