Small tweaks to the camper theme
This commit is contained in:
parent
21d07d81de
commit
7e61b08d7d
1 changed files with 5 additions and 7 deletions
|
@ -101,7 +101,6 @@
|
||||||
"question": {
|
"question": {
|
||||||
"en": "How much does this place charge?"
|
"en": "How much does this place charge?"
|
||||||
},
|
},
|
||||||
"mappings": [],
|
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "charge"
|
"key": "charge"
|
||||||
},
|
},
|
||||||
|
@ -309,11 +308,12 @@
|
||||||
"type": "text"
|
"type": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"questions",
|
||||||
"reviews"
|
"reviews"
|
||||||
],
|
],
|
||||||
"hideUnderlayingFeaturesMinPercentage": 0,
|
"hideUnderlayingFeaturesMinPercentage": 0,
|
||||||
"icon": {
|
"icon": {
|
||||||
"render": "./assets/themes/campersites/caravan.svg",
|
"render": "circle:white;./assets/themes/campersites/caravan.svg",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if": {
|
"if": {
|
||||||
|
@ -321,9 +321,7 @@
|
||||||
"fee=no"
|
"fee=no"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"then": {
|
"then": "circle:white;./assets/themes/campersites/caravan_green.svg"
|
||||||
"en": "./assets/themes/campersites/caravan_green.svg"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -571,13 +569,13 @@
|
||||||
],
|
],
|
||||||
"hideUnderlayingFeaturesMinPercentage": 0,
|
"hideUnderlayingFeaturesMinPercentage": 0,
|
||||||
"icon": {
|
"icon": {
|
||||||
"render": "./assets/themes/campersites/sanitary_dump_station.svg"
|
"render": "circle:white;./assets/themes/campersites/sanitary_dump_station.svg"
|
||||||
},
|
},
|
||||||
"width": {
|
"width": {
|
||||||
"render": "8"
|
"render": "8"
|
||||||
},
|
},
|
||||||
"iconSize": {
|
"iconSize": {
|
||||||
"render": "40,40,center"
|
"render": "32,32,center"
|
||||||
},
|
},
|
||||||
"color": {
|
"color": {
|
||||||
"render": "#00f"
|
"render": "#00f"
|
||||||
|
|
Loading…
Reference in a new issue