mapcomplete/assets/themes/fritures/fritures.json

63 lines
1.1 KiB
JSON
Raw Normal View History

2020-10-19 12:08:42 +02:00
{
2020-10-19 13:23:09 +02:00
"id": "fritures",
2020-10-19 12:08:42 +02:00
"title": {
"nl": "Friturenkaart",
2020-10-23 14:35:37 +02:00
"fr": "Carte des friteries"
2020-10-19 12:08:42 +02:00
},
"description": {
"nl": "Op deze kaart vind je je favoriete frituur!"
},
"language": [
"nl",
2021-05-20 00:10:38 +02:00
"fr",
2021-05-27 21:20:04 +02:00
"en",
2021-06-04 17:23:17 +02:00
"ja",
2021-05-27 21:20:04 +02:00
"ca",
2021-05-28 12:58:53 +02:00
"id",
2021-06-11 22:53:09 +02:00
"ru",
2021-07-04 00:22:46 +02:00
"it",
2021-06-11 22:53:09 +02:00
"nb_NO"
2020-10-19 12:08:42 +02:00
],
"maintainer": "",
2020-11-02 19:22:11 +01:00
"icon": "./assets/themes/fritures/logo.svg",
2020-10-19 12:08:42 +02:00
"version": "0",
"startLat": 0,
"startLon": 0,
"startZoom": 1,
"widenFactor": 3,
2020-10-19 12:08:42 +02:00
"socialImage": "",
"layers": [
{
"builtin": "food",
"override": {
"id": "friture",
"name": {
"nl": "Frituren",
"en": "Fries shop",
"fr": "Friteries"
},
"source": {
"osmTags": {
"and": [
"cuisine=friture",
{
"or": [
"amenity=fast_food",
"amenity=restaurant"
2020-10-19 12:08:42 +02:00
]
}
]
}
2020-10-19 15:04:21 +02:00
}
}
},
{
"builtin": "food",
"override": {
"minzoom": 19,
"filter": null
}
2020-10-19 12:08:42 +02:00
}
],
2020-11-11 16:23:49 +01:00
"roamingRenderings": []
2021-05-19 23:57:26 +02:00
}