add json wayside shrines

This commit is contained in:
Bastian Greshake Tzovaras 2025-03-11 23:08:13 +01:00
parent 9e8aaab086
commit 06ddeecdc4

View file

@ -0,0 +1,330 @@
{
"id": "wayside_shrine",
"name": {
"en": "Wayside Shrines"
},
"description": {
"en": "Wayside shrines are common to many religions and often show a religious depiction, usually placed by a road or pathway. For many religions, it is also common for people to leave offerings and other small objects at such a shrine."
},
"source": {
"osmTags": "historic=wayside_shrine"
},
"minzoom": 0,
"title": {
"render": {
"en": "Wayside Shrine {name}"
}
},
"pointRendering": [
{
"iconSize": "40,40",
"location": [
"point"
],
"anchor": "center",
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "location"
}
]
}
],
"lineRendering": [
{
"color": "#00f",
"width": "8"
}
],
"presets": [
{
"tags": [
"historic=wayside_shrine"
],
"title": {
"en": "a wayside shrine"
},
"description": {
"en": "A wayside shrine typically shows a religious depiction, usually placed by a road or pathway. "
}
}
],
"tagRenderings": [
"images",
{
"question": {
"en": "What's the name of this shrine?"
},
"id": "2_11do22sihmj9g5d",
"freeform": {
"key": "name",
"type": "string"
},
"render": {
"en": "Please enter the name of this wayside shrine. Currently: {name}"
}
},
{
"question": {
"en": "To which religion is this shrine dedicated?"
},
"id": "2_zuyrrb3zwyccofw",
"mappings": [
{
"if": "religion=christian",
"then": {
"en": "This is a Christian shrine"
}
},
{
"if": "religion=buddhist",
"then": {
"en": "This is a Buddhist shrine"
}
},
{
"if": "religion=hindu",
"then": {
"en": "This is a Hindu shrine"
}
},
{
"if": "religion=jain",
"then": {
"en": "This is a Jain shrine"
}
},
{
"if": "religion=jewish",
"then": {
"en": "This is a Jewish shrine"
}
},
{
"if": "religion=muslim",
"then": {
"en": "This is an Islamic shrine"
}
},
{
"if": "religion=pagan",
"then": {
"en": "This is a Pagan shrine"
}
},
{
"if": "religion=shinto",
"then": {
"en": "This is a Shinto shrine"
}
},
{
"if": "religion=sikh",
"then": {
"en": "This is a Sikh shrine"
}
},
{
"if": "religion=taoist",
"then": {
"en": "This is a Taoist shrine"
}
},
{
"if": "religion=zoroastrian",
"then": {
"en": "This is a Zoroastrian shrine"
}
}
],
"multiAnswer": false,
"freeform": {
"key": "religion",
"type": "string"
},
"render": {
"en": "This is another form of shrine, it is {religion}"
}
},
{
"question": {
"en": "What's the Christian denomination of the shrine?"
},
"id": "3_5niemknereb0l7e",
"condition": "religion=christian",
"mappings": [
{
"if": "denomination=catholic",
"then": {
"en": "It's denomination is: Catholic"
}
},
{
"if": "denomination=roman_catholic",
"then": {
"en": "It's denomination is: Roman Catholic"
}
},
{
"if": "denomination=orthodox",
"then": {
"en": "It's denomination is Orthodox"
}
},
{
"if": "denomination=greek_orthodox",
"then": {
"en": "It's denomination is Greek-Orthodox"
}
},
{
"if": "denomination=russian_orthodox",
"then": {
"en": "It's denomination is Russian-Orthodox"
}
},
{
"if": "denomination=serbian_orthodox",
"then": {
"en": "It's denomination is Serbian Orthodox"
}
},
{
"if": "denomination=protestant",
"then": {
"en": "It's denomination is Protestant"
}
},
{
"if": "denomination=anglican",
"then": {
"en": "It's denomination is Anglican"
}
},
{
"if": "denomination=adventist",
"then": {
"en": "It's denomination is Adventist"
}
},
{
"if": "denomination=evangelical",
"then": {
"en": "It's denomination is evangelical"
}
}
],
"render": {
"en": "Other denomination: {denomination}"
},
"freeform": {
"key": "denomination"
}
},
{
"mappings": [
{
"if": "denomination=shia",
"then": {
"en": "It's denomination is Shia"
}
},
{
"if": "denomination=sunni",
"then": {
"en": "It's denomination is Sunni"
}
},
{
"if": "denomination=sufi",
"then": {
"en": "It's denomination is Sufi"
}
}
],
"id": "5_if1r0cmz2idakdv",
"freeform": {
"key": "denomination"
},
"render": {
"en": "It's denomination is {denomination}"
},
"question": {
"en": "What's the Muslim denomination of this shrine?"
},
"condition": "religion=muslim"
},
{
"mappings": [
{
"if": "denomination=conservative",
"then": {
"en": "It's denomination is Conservative"
}
},
{
"if": "denomination=orthodox",
"then": {
"en": "It's denomination is Orthodox"
}
},
{
"if": "denomination=hasidic",
"then": {
"en": "It's denomination is Hasidic"
}
},
{
"if": "denomination=reform",
"then": {
"en": "It's denomination is Reform"
}
}
],
"id": "5_if1r0cmz2idakdk",
"freeform": {
"key": "denomination"
},
"render": {
"en": "It's denomination is {denomination}"
},
"question": {
"en": "What's the Jewish denomination of this shrine?"
},
"condition": "religion=jewish"
},
{
"question": {
"en": "What's the denomination of this shrine?"
},
"id": "4_mh7sz2ne7r0emvk",
"render": {
"en": "The denomination of this shrine is: {denomination}"
},
"freeform": {
"key": "denomination"
},
"condition": {
"and": [
"religion!=christian",
"religion!=muslim",
"religion!=jewish"
]
}
}
],
"deletion": {
"softDeletionTags": {
"and": [
"disused:historic:={historic}",
"historic="
]
},
"neededChangesets": 1
},
"credits": "Bastian Greshake Tzovaras",
"credits:uid": 20617622
}