remove cross layer & remove from theme
This commit is contained in:
parent
452cfeef13
commit
4914d07f90
12 changed files with 42 additions and 227 deletions
assets
layers
wayside_cross
wayside_shrine
themes/wayside_shrines
|
@ -1,42 +0,0 @@
|
|||
[
|
||||
{
|
||||
"path": "wayside_cross_example1.jpg",
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"authors": [
|
||||
"Przykuta"
|
||||
],
|
||||
"sources": [
|
||||
"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",
|
||||
"authors": [
|
||||
"Markus B"
|
||||
],
|
||||
"sources": [
|
||||
"https://wiki.openstreetmap.org/wiki/File:Wegkreuz.jpg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "wayside_cross_example3.jpg",
|
||||
"license": "CC-BY-SA 3.0",
|
||||
"authors": [
|
||||
"HeinzLW"
|
||||
],
|
||||
"sources": [
|
||||
"https://wiki.openstreetmap.org/wiki/File:Schaederkreuz.jpg"
|
||||
]
|
||||
}
|
||||
]
|
|
@ -1,182 +0,0 @@
|
|||
{
|
||||
"minzoom": 15,
|
||||
"pointRendering": [
|
||||
{
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
],
|
||||
"marker": [
|
||||
{
|
||||
"icon": "circle",
|
||||
"color": "white"
|
||||
},
|
||||
{
|
||||
"icon": "./assets/layers/wayside_cross/wayside_cross.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
"question": {
|
||||
"en": "What is the name of this wayside cross?"
|
||||
},
|
||||
"id": "wayside_cross_name",
|
||||
"render": {
|
||||
"en": "This wayside cross is called {name}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "What is the inscription on this cross?"
|
||||
},
|
||||
"id": "wayside_cross_inscription",
|
||||
"freeform": {
|
||||
"key": "inscription"
|
||||
},
|
||||
"render": {
|
||||
"en": "The inscription on this shrine is: {inscription}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "What's the Christian denomination of this cross?"
|
||||
},
|
||||
"id": "wayside_cross_denomination",
|
||||
"labels": [
|
||||
"shrine_questions"
|
||||
],
|
||||
"mappings": [
|
||||
{
|
||||
"if": "denomination=catholic",
|
||||
"then": {
|
||||
"en": "The religious subdenomination is Catholic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "denomination=roman_catholic",
|
||||
"then": {
|
||||
"en": "The religious subdenomination is Roman Catholic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "denomination=orthodox",
|
||||
"then": {
|
||||
"en": "The religious subdenomination is Orthodox"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "denomination=greek_orthodox",
|
||||
"then": {
|
||||
"en": "The religious subdenomination is Greek-Orthodox"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "denomination=russian_orthodox",
|
||||
"then": {
|
||||
"en": "The religious subdenomination is Russian-Orthodox"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "denomination=serbian_orthodox",
|
||||
"then": {
|
||||
"en": "The religious subdenomination is Serbian Orthodox"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "denomination=protestant",
|
||||
"then": {
|
||||
"en": "The religious subdenomination is Protestant"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "denomination=anglican",
|
||||
"then": {
|
||||
"en": "The religious subdenomination is Anglican"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "denomination=adventist",
|
||||
"then": {
|
||||
"en": "The religious subdenomination is Adventist"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "denomination=evangelical",
|
||||
"then": {
|
||||
"en": "The religious subdenomination is evangelical"
|
||||
}
|
||||
}
|
||||
],
|
||||
"render": {
|
||||
"en": "The religious denomination is <b>{denomination}</b>"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"freeform": {
|
||||
"key": "denomination"
|
||||
}
|
||||
}
|
||||
],
|
||||
"lineRendering": [
|
||||
{
|
||||
"width": 1,
|
||||
"color": "blue"
|
||||
}
|
||||
],
|
||||
"credits": "Bastian Greshake Tzovaras",
|
||||
"credits:uid": 20617622,
|
||||
"source": {
|
||||
"osmTags": "historic=wayside_cross"
|
||||
},
|
||||
"id": "wayside_cross",
|
||||
"name": {
|
||||
"en": "Wayside crosses"
|
||||
},
|
||||
"description": {
|
||||
"en": "Wayside crosses are (often historic) Christian crosses found along the road in many parts of the world."
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Wayside Cross {name}"
|
||||
}
|
||||
},
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "a wayside cross"
|
||||
},
|
||||
"tags": [
|
||||
"historic=wayside_cross",
|
||||
"religion=christian"
|
||||
],
|
||||
"description": {
|
||||
"en": "A wayside cross is a christian cross that is placed by a road or pathway."
|
||||
},
|
||||
"exampleImages": [
|
||||
"./assets/layers/wayside_cross/wayside_cross_example1.jpg",
|
||||
"./assets/layers/wayside_cross/wayside_cross_example2.jpg",
|
||||
"./assets/layers/wayside_cross/wayside_cross_example3.jpg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": {
|
||||
"en": "a wayside cross mounted on a wall"
|
||||
},
|
||||
"tags": [
|
||||
"religion=christian",
|
||||
"historic=wayside_cross"
|
||||
],
|
||||
"snapToLayer": [
|
||||
"walls_and_buildings"
|
||||
],
|
||||
"description": {
|
||||
"en": "A wayside cross is a christian cross that is placed by a road or pathway. This cross is mounted on a wall"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -48,5 +48,45 @@
|
|||
"sources": [
|
||||
"https://source.mapcomplete.org/MapComplete/MapComplete/pulls/2349/files#diff-a27dbd36795c9186dfd9f614f3a7f06709b64d2c"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "wayside_cross_example1.jpg",
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"authors": [
|
||||
"Przykuta"
|
||||
],
|
||||
"sources": [
|
||||
"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",
|
||||
"authors": [
|
||||
"Markus B"
|
||||
],
|
||||
"sources": [
|
||||
"https://wiki.openstreetmap.org/wiki/File:Wegkreuz.jpg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "wayside_cross_example3.jpg",
|
||||
"license": "CC-BY-SA 3.0",
|
||||
"authors": [
|
||||
"HeinzLW"
|
||||
],
|
||||
"sources": [
|
||||
"https://wiki.openstreetmap.org/wiki/File:Schaederkreuz.jpg"
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
Before (image error) Size: 1,000 B After (image error) Size: 1,000 B |
Before ![]() (image error) Size: 60 KiB After ![]() (image error) Size: 60 KiB ![]() ![]() |
Before ![]() (image error) Size: 53 KiB After ![]() (image error) Size: 53 KiB ![]() ![]() |
Before ![]() (image error) Size: 214 KiB After ![]() (image error) Size: 214 KiB ![]() ![]() |
|
@ -8,8 +8,7 @@
|
|||
},
|
||||
"icon": "./assets/layers/wayside_shrine/shrine.svg",
|
||||
"layers": [
|
||||
"wayside_shrine",
|
||||
"wayside_cross",
|
||||
"wayside_shrine"
|
||||
{
|
||||
"builtin": [
|
||||
"artwork"
|
||||
|
|
Loading…
Add table
Reference in a new issue