mapcomplete/assets/themes/icecream/icecream.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
426 B
JSON
Raw Normal View History

2023-10-30 14:31:00 +01:00
{
2023-10-30 18:03:18 +01:00
"id": "icecream",
2023-10-30 14:31:00 +01:00
"title": {
2023-11-23 15:47:16 +01:00
"en": "Icecream",
2023-12-01 15:23:28 +01:00
"de": "Eiscreme",
"cs": "Zmrzlina"
2023-10-30 14:31:00 +01:00
},
"description": {
2023-11-23 15:47:16 +01:00
"en": "A map showing ice cream parlors and ice cream vending machines",
2023-12-01 15:23:28 +01:00
"de": "Eine Karte, die Eisdielen und Eisautomaten zeigt",
"cs": "Mapa zobrazující prodej zmrzliny a automaty na zmrzlinu"
2023-10-30 14:31:00 +01:00
},
"icon": "./assets/layers/ice_cream/ice_cream.svg",
"layers": [
"ice_cream"
]
}