change from group_campsite to campsite

This commit is contained in:
Osmwithspace 2025-02-03 02:37:05 +01:00
parent c0fe38d276
commit e80fa80867
4 changed files with 16 additions and 14 deletions

View file

@ -90,7 +90,7 @@
"marker": [
{
"icon": {
"render": "./assets/layers/group_campsite/group_campsite.svg",
"render": "./assets/layers/campsite/campsite.svg",
]
}
}
@ -183,14 +183,14 @@
}
],
"credits:uid": 8770388,
"id": "group_campsite",
"id": "campsite",
"name": {
"en": "Campsites for groups and scouts",
"de": "Zeltplatz für Gruppen/Pfadfinder:innen"
"en": "Campsites",
"de": "Zeltplätze"
},
"description": {
"en": "Campsites for groups and scouts",
"de": "Zeltplatz für Gruppen/Pfadfinder:innen"
"en": "Campsites",
"de": "Zeltplätze"
},
"title": {
"render": {
@ -200,18 +200,20 @@
"source": {
"osmTags": {
"and": [
"tourism=camp_site",
{
"or": [
"scout=yes",
"group_only=yes"
]
}
"tourism=camp_site"
]
}
},
"shownByDefault": true,
"presets": [
{
"title": {
"en": "campsite"
},
"tags": [
"tourism=camp_site"
]
},
{
"title": {
"en": "campsite for groups"

View file

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Before After
Before After

View file

@ -1,6 +1,6 @@
[
{
"path": "group_campsite.svg",
"path": "campsite.svg",
"license": "CC0-1.0",
"authors": [
"Sven Geggus"