MapComplete/assets/themes/scouting/scouting.json
2025-03-11 09:32:34 +01:00

127 lines
3.4 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": "Скаутські групи"
},
"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": "Скаутський загін - це громадський молодіжний рух, що робить акцент на активному відпочинку на природі. Заходи варіюються від таборування, піших прогулянок, водних видів спорту, рюкзаків, дослідження природи, ..."
},
"icon": "./assets/layers/scouting_group/scouting.svg",
"defaultBackgroundId": "protomaps.dark",
"layers": [
"scouting_group",
{
"builtin": "campsite",
"override": {
"id": "group_campsite",
"name": {
"en": "Group Campsites"
},
"=presets": [],
"source": {
"=osmTags": {
"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"
},
"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"
},
"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"
},
"tags": [
"tourism=hostel"
]
}
]
}
}
]
}