Themes(kerbs and crossings): Remove crossing type, add tactile_paving=partial, invalid values

This commit is contained in:
Robin van der Linde 2025-03-13 20:35:53 +01:00
parent e19a59c74b
commit 5c7246766e
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
9 changed files with 306 additions and 303 deletions

View file

@ -357,6 +357,13 @@
"render": "Aerialway {name}"
}
},
"all_streets": {
"description": "Layer with (almost) all streets",
"name": "All streets",
"title": {
"render": "Street"
}
},
"ambulancestation": {
"description": "An ambulance station is an area for storage of ambulance vehicles, medical equipment, personal protective equipment, and other medical supplies.",
"name": "Map of ambulance stations",
@ -565,6 +572,17 @@
}
},
"question": "Does this artwork serve as a memorial?"
},
"doubles_as_wayside_shrine": {
"mappings": {
"0": {
"then": "This artwork acts as a wayside shrine"
},
"1": {
"then": "This artwork does not act as a wayside shrine"
}
},
"question": "Does this artwork also double as wayside shrine?"
}
},
"title": {
@ -3874,27 +3892,13 @@
},
"2": {
"then": "This crossing has tactile paving, but is not correct"
},
"3": {
"then": "This crrosing has tactile paving, but only on one side"
}
},
"question": "Does this crossing have tactile paving?"
},
"crossing-type": {
"mappings": {
"0": {
"then": "Crossing, without traffic lights"
},
"1": {
"then": "Crossing with traffic signals"
},
"2": {
"then": "Zebra crossing"
},
"3": {
"then": "Crossing without crossing markings"
}
},
"question": "What kind of crossing is this?"
},
"crossing-vibration": {
"mappings": {
"0": {
@ -3956,6 +3960,20 @@
},
"question": "What kind of markings does this crossing have?",
"render": "This crossing has {crossing:markings} markings"
},
"signals": {
"mappings": {
"0": {
"then": "There are no traffic signals at this crossing"
},
"1": {
"then": "There are traffic signals at this crossing"
},
"2": {
"then": "There are traffic signals at this crossing"
}
},
"question": "Are there traffic signals at this crossing?"
}
},
"title": {
@ -6374,6 +6392,27 @@
}
},
"tagRenderings": {
"ele": {
"freeform": {
"placeholder": "Elevation on the guidepost (in meters)"
},
"question": "What is the elevation noted on this guidepost?",
"render": "Elevation noted on the guidepost: {ele} m"
},
"name": {
"freeform": {
"placeholder": "Name on the guidepost"
},
"question": "What is the name noted on this guidepost?",
"render": "Name noted on the guidepost: {name}"
},
"ref": {
"freeform": {
"placeholder": "Reference number of the guidepost"
},
"question": "What is the reference number of this guidepost?",
"render": "Reference number of the guidepost: {ref}"
},
"type": {
"mappings": {
"0": {
@ -7926,6 +7965,9 @@
},
"1": {
"then": "You <b>can't</b> send packages from this parcel locker"
},
"2": {
"then": "You can send packages from this parcel locker, but only for returns"
}
},
"question": "Can you send packages from this parcel locker?"
@ -10086,6 +10128,15 @@
},
"scouting_group": {
"description": "A map showing scouting groups.",
"filter": {
"1": {
"options": {
"0": {
"question": "Search for brand: {search}"
}
}
}
},
"name": "Scouting groups",
"presets": {
"0": {
@ -13715,25 +13766,6 @@
"walls_and_buildings": {
"description": "Special builtin layer providing all walls and buildings. This layer is useful in presets for objects which can be placed against walls (e.g. AEDs, postboxes, entrances, addresses, surveillance cameras, …). This layer is invisible by default and not toggleable by the user.",
"snapName": "a wall or building",
"tagRenderings": {
"entrance_info": {
"mappings": {
"0": {
"then": "No entrance has been marked"
},
"1": {
"then": "None of the {_entrance_count} entrances have width information yet"
}
},
"render": {
"after": "{_entrances_count_without_width_count} entrances don't have width information yet",
"before": "<h3>Entrances</h3>This building has {_entrances_count} entrances:",
"special": {
"tagrendering": "An <a href='#{id}'>entrance</a> of {canonical(width)}"
}
}
}
},
"title": {
"render": "Wall or building"
}
@ -13902,6 +13934,146 @@
"render": "Waste Disposal"
}
},
"wayside_shrine": {
"description": "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.",
"name": "Wayside Shrines",
"presets": {
"0": {
"description": "A wayside shrine typically shows a religious depiction, usually placed by a road or pathway. ",
"title": "a wayside shrine"
},
"1": {
"description": "A wayside shrine typically shows a religious depiction, usually placed by a road or pathway. This shrine is mounted on a wall",
"title": "a wayside shrine mounted on a wall"
}
},
"tagRenderings": {
"denomination_christian": {
"mappings": {
"0": {
"then": "The religious subdenomination is Catholic"
},
"1": {
"then": "The religious subdenomination is Roman Catholic"
},
"2": {
"then": "The religious subdenomination is Orthodox"
},
"3": {
"then": "The religious subdenomination is Greek-Orthodox"
},
"4": {
"then": "The religious subdenomination is Russian-Orthodox"
},
"5": {
"then": "The religious subdenomination is Serbian Orthodox"
},
"6": {
"then": "The religious subdenomination is Protestant"
},
"7": {
"then": "The religious subdenomination is Anglican"
},
"8": {
"then": "The religious subdenomination is Adventist"
},
"9": {
"then": "The religious subdenomination is evangelical"
}
},
"question": "What's the Christian denomination of the shrine?",
"render": "The religious denomination is <b>{denomination}</b>"
},
"denomination_jewish": {
"mappings": {
"0": {
"then": "The religious subdenomination is Conservative"
},
"1": {
"then": "The religious subdenomination is Orthodox"
},
"2": {
"then": "The religious subdenomination is Hasidic"
},
"3": {
"then": "The religious subdenomination is Reform"
}
},
"question": "What's the Jewish denomination of this shrine?",
"render": "The religious subdenomination is {denomination}"
},
"denomination_muslim": {
"mappings": {
"0": {
"then": "The religious subdenomination is Shia"
},
"1": {
"then": "The religious subdenomination is Sunni"
},
"2": {
"then": "The religious subdenomination is Sufi"
}
},
"question": "What's the Muslim denomination of this shrine?",
"render": "The religious subdenomination is {denomination}"
},
"denomination_other": {
"question": "What's the denomination of this shrine?",
"render": "The denomination of this shrine is {denomination}"
},
"religion": {
"mappings": {
"0": {
"then": "This is a Christian shrine"
},
"1": {
"then": "This is a Buddhist shrine"
},
"10": {
"then": "This is a Zoroastrian shrine"
},
"2": {
"then": "This is a Hindu shrine"
},
"3": {
"then": "This is a Jain shrine"
},
"4": {
"then": "This is a Jewish shrine"
},
"5": {
"then": "This is an Islamic shrine"
},
"6": {
"then": "This is a Pagan shrine"
},
"7": {
"then": "This is a Shinto shrine"
},
"8": {
"then": "This is a Sikh shrine"
},
"9": {
"then": "This is a Taoist shrine"
}
},
"question": "To which religion is this shrine dedicated?",
"render": "This shrine is {religion}"
},
"shrine_name": {
"mappings": {
"0": {
"then": "This shrine does not have a name"
}
},
"question": "What's the name of this shrine?",
"render": "The name of this shrine is <b>{name}</b>"
}
},
"title": {
"render": "Wayside Shrine {name}"
}
},
"windturbine": {
"description": "Modern windmills generating electricity",
"name": "wind turbine",