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