Merge branch 'master' into develop
This commit is contained in:
commit
7b41b617f6
13 changed files with 1860 additions and 1383 deletions
|
@ -30,7 +30,8 @@
|
|||
},
|
||||
"icon": "./assets/layers/food/restaurant.svg",
|
||||
"layers": [
|
||||
"food"
|
||||
"food",
|
||||
"ice_cream"
|
||||
],
|
||||
"widenFactor": 3
|
||||
}
|
||||
}
|
||||
|
|
|
@ -56,7 +56,32 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"filter+": [
|
||||
{
|
||||
"id": "oil-type",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "No oil type preference"
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Only show fritures using vegetable oil"
|
||||
},
|
||||
"osmTags": "friture:oil=vegetable"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Only show fritures using animal oil"
|
||||
},
|
||||
"osmTags": "friture:oil=animal"
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -69,4 +94,4 @@
|
|||
}
|
||||
],
|
||||
"widenFactor": 3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue