Chore: various small fixes to wayside crosses

This commit is contained in:
Pieter Vander Vennet 2025-03-26 01:06:08 +01:00
parent 701716572e
commit c5d91d7a40
6 changed files with 19 additions and 22 deletions

View file

@ -49,6 +49,16 @@
"https://source.mapcomplete.org/MapComplete/MapComplete/pulls/2349/files#diff-a27dbd36795c9186dfd9f614f3a7f06709b64d2c"
]
},
{
"path": "wayside_cross.svg",
"license": "CC0-1.0",
"authors": [
"Geozeisig"
],
"sources": [
"https://wiki.openstreetmap.org/wiki/File:Christian-16.svg"
]
},
{
"path": "wayside_cross_example1.jpg",
"license": "CC-BY-SA-4.0",
@ -59,16 +69,6 @@
"https://wiki.openstreetmap.org/wiki/File:Gor%C4%99dy_krzy%C5%BCe_13.07.2009_p.jpg"
]
},
{
"path": wayside_cross.svg",
"license": "CC0-1.0",
"authors": [
"Geozeisig"
],
"sources": [
"https://wiki.openstreetmap.org/wiki/File:Christian-16.svg"
]
},
{
"path": "wayside_cross_example2.jpg",
"license": "CC0-1.0",
@ -89,4 +89,4 @@
"https://wiki.openstreetmap.org/wiki/File:Schaederkreuz.jpg"
]
}
]
]

View file

@ -1,2 +1,2 @@
SPDX-FileCopyrightText: Geozeisig
SPDX-License-Identifier: CC0-1.0
SPDX-FileCopyrightText: Geozeisig
SPDX-License-Identifier: CC0-1.0

View file

@ -1,2 +1,2 @@
SPDX-FileCopyrightText: Przykuta
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-License-Identifier: CC-BY-SA-4.0

View file

@ -1,2 +1,2 @@
SPDX-FileCopyrightText: Markus B
SPDX-License-Identifier: CC0-1.0
SPDX-License-Identifier: CC0-1.0

View file

@ -1,2 +1,2 @@
SPDX-FileCopyrightText: HeinzLW
SPDX-License-Identifier: CC-BY-SA-3.0
SPDX-License-Identifier: CC-BY-SA 3.0

View file

@ -1,7 +1,7 @@
{
"id": "wayside_shrine",
"name": {
"en": "Wayside Shrines"
"en": "Wayside Shrines and Crosses"
},
"description": {
"en": "Shrines are religious places that are dedicated to specific deities, saints and other figures of religious importance. Typically, the contain religious depictions and people frequently leave offerings at those places. Wayside shrines are small shrines that can be found next to a road or pathway and are frequented by travellers passing by. Wayside crosses can be seen as a sub-type of a wayside shrine, typically in the form of a Christian cross at the side of the road, typically without votive offerings."
@ -16,20 +16,17 @@
},
"minzoom": 12,
"title": {
"render": {
"en": "{title()} {name}"
},
"mappings": [
{
"if": "historic=wayside_shrine",
"then": {
"en": "Wayside Shrine"
"en": "Wayside Shrine {name}"
}
},
{
"if": "historic=wayside_cross",
"then": {
"en": "Wayside Cross"
"en": "Wayside Cross {name}"
}
}
]