MapComplete/assets/themes/scouting/scouting.json

150 lines
4.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "scouting",
"title": {
"en": "Scouting groups",
"de": "Pfadfindergruppen",
"uk": "Скаутські групи",
"cs": "Skautské skupiny",
"it": "Gruppi Scout",
"zh_Hant": "童軍團"
},
"description": {
"en": "A scouting group is a social youth movement with a heavy emphasis on the outdoors. Activities range from camping, hiking, aquatics, backpacking, exploring nature, ...",
"de": "Eine Pfadfindergruppe ist eine soziale Jugendbewegung mit einem starken Fokus auf Aktivitäten im Freien. Die Aktivitäten reichen von Camping, Wandern, Wassersport, Rucksacktouren, Erkundung der Natur, ...",
"uk": "Скаутський загін - це громадський молодіжний рух, що робить акцент на активному відпочинку на природі. Заходи варіюються від таборування, піших прогулянок, водних видів спорту, рюкзаків, дослідження природи, ...",
"cs": "Skautská skupina je společenské hnutí mládeže s velkým důrazem na pobyt venku. Mezi aktivity patří kempování, pěší turistika, vodní sporty, cestování s batohem, objevování přírody...",
"it": "Un gruppo scout è un movimento giovanile sociale con una forte enfasi sulle attività all'aperto. Le attività spaziano dal campeggio, all'escursionismo, agli sport acquatici, al backpacking, all'esplorazione della natura, ...",
"zh_Hant": "童軍團屬於少年社交活動,強調戶外活動,進行的活動有露營、登山、水上活動、背包旅行、探索自然、…"
},
"icon": "./assets/layers/scouting_group/scouting.svg",
"defaultBackgroundId": "protomaps.dark",
"layers": [
"scouting_group",
{
"builtin": "campsite",
"override": {
"id": "group_campsite",
"name": {
"en": "Group Campsites",
"cs": "Skupinové kempy",
"it": "Campeggi per gruppi",
"zh_Hant": "團體露營地"
},
"=presets": [],
"source": {
"=osmTags": {
"or": [
"leisure=summer_camp",
{
"and": [
"tourism=camp_site",
"scout!=no",
"group!=no",
{
"or": [
"scout=yes",
"scout=only",
"group=yes",
"group_only=yes"
]
}
]
}
]
}
}
}
},
{
"builtin": "campsite",
"override": {
"minzoom": 16,
"filter": {
"sameAs": "group_campsite"
},
"name": null,
"isCounted": false
}
},
{
"builtin": "tourism_accomodation",
"override": {
"id": "group_hostel",
"minzoom": 7,
"=filter": null,
"name": {
"en": "Hostels for groups and scouts",
"de": "Gruppenunterkünfte für Gruppen/Pfadfinder:innen",
"cs": "Ubytovny pro skupiny a skauty",
"it": "Ostelli per gruppi e scout",
"zh_Hant": "接待團體與童軍的青年旅館"
},
"source": {
"=osmTags": {
"and": [
"tourism=hostel",
"scout!=no",
"group!=no",
{
"or": [
"scout=yes",
"scout=only",
"group=yes",
"group_only=yes"
]
}
]
}
},
"=presets": [
{
"title": {
"en": "Hostel exclusively for groups",
"de": "Unterkunft ausschließlich für Gruppen/Pfadfinder:innen",
"cs": "Ubytovna výhradně pro skupiny",
"it": "Ostello esclusivamente per gruppi",
"zh_Hant": "專門接待團體的青年旅館"
},
"tags": [
"tourism=hostel",
"group_only=yes"
]
}
]
}
},
{
"builtin": "tourism_accomodation",
"override": {
"id": "hostel",
"minzoom": 16,
"filter": {
"sameAs": "group_hostel"
},
"name": null,
"isCounted": false,
"source": {
"=osmTags": {
"and": [
"tourism=hostel"
]
}
},
"=presets": [
{
"title": {
"en": "Hostel",
"de": "Gruppenunterkunft",
"cs": "Ubytovna",
"it": "Ostello",
"zh_Hant": "青年旅館"
},
"tags": [
"tourism=hostel"
]
}
]
}
}
]
}