forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
a2dd79c4ec
commit
7b792af261
101 changed files with 2196 additions and 22043 deletions
|
@ -1492,6 +1492,17 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"automated": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a manual bike washing station"
|
||||
},
|
||||
"1": {
|
||||
"then": "This is an automated bike wash"
|
||||
}
|
||||
},
|
||||
"question": "Is this bicycle cleaning service automated?"
|
||||
},
|
||||
"bike_cleaning-charge": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -1515,6 +1526,17 @@
|
|||
},
|
||||
"question": "How much does it cost to use the cleaning service?",
|
||||
"render": "Using the cleaning service costs {service:bicycle:cleaning:charge}"
|
||||
},
|
||||
"self_service": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This cleaning service is self-service"
|
||||
},
|
||||
"1": {
|
||||
"then": "This cleaning service is operated by an employee"
|
||||
}
|
||||
},
|
||||
"question": "Is this cleaning service self-service?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -3208,6 +3230,10 @@
|
|||
"1": {
|
||||
"description": "A publicly visible clock mounted on a wall",
|
||||
"title": "a wall-mounted clock"
|
||||
},
|
||||
"2": {
|
||||
"description": "A publicly visible clock mounted directly on a wall",
|
||||
"title": "a wall-mounted clock, mounted directly on a wall"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -3288,6 +3314,19 @@
|
|||
},
|
||||
"question": "Does this clock also display the humidity?"
|
||||
},
|
||||
"indoor": {
|
||||
"override": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This clock is indoors"
|
||||
},
|
||||
"1": {
|
||||
"then": "This clock is outdoors"
|
||||
}
|
||||
},
|
||||
"question": "Is this clock indoors?"
|
||||
}
|
||||
},
|
||||
"support": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -3413,17 +3452,6 @@
|
|||
},
|
||||
"question": "Does this crossing have an island in the middle?"
|
||||
},
|
||||
"crossing-is-zebra": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a zebra crossing"
|
||||
},
|
||||
"1": {
|
||||
"then": "This is not a zebra crossing"
|
||||
}
|
||||
},
|
||||
"question": "Is this is a zebra crossing?"
|
||||
},
|
||||
"crossing-minimap": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -3507,6 +3535,57 @@
|
|||
}
|
||||
},
|
||||
"question": "Does this traffic light have vibration signals to aid crossing? (usually located at the bottom of the crossing button)"
|
||||
},
|
||||
"markings": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This crossing has no markings"
|
||||
},
|
||||
"1": {
|
||||
"then": "This crossing has zebra markings"
|
||||
},
|
||||
"10": {
|
||||
"then": "This crossing has zebra markings in alternating colours"
|
||||
},
|
||||
"11": {
|
||||
"then": "This crossing has double zebra markings"
|
||||
},
|
||||
"12": {
|
||||
"then": "This crossing has pictograms on the road"
|
||||
},
|
||||
"13": {
|
||||
"then": "This crossing has lines on either side of the crossing, along with bars connecting them, with an interruption in every bar"
|
||||
},
|
||||
"14": {
|
||||
"then": "This crossing has double lines on either side of the crossing"
|
||||
},
|
||||
"2": {
|
||||
"then": "This crossing has markings of an unknown type"
|
||||
},
|
||||
"3": {
|
||||
"then": "This crossings has lines on either side of the crossing"
|
||||
},
|
||||
"4": {
|
||||
"then": "This crossing has lines on either side of the crossing, along with bars connecting them"
|
||||
},
|
||||
"5": {
|
||||
"then": "This crossing has dashed lines on either sides of the crossing"
|
||||
},
|
||||
"6": {
|
||||
"then": "This crossing has dotted lines on either sides of the crossing"
|
||||
},
|
||||
"7": {
|
||||
"then": "This crossing is marked by using a different coloured surface"
|
||||
},
|
||||
"8": {
|
||||
"then": "This crossing has lines on either side of the crossing, along with angled bars connecting them"
|
||||
},
|
||||
"9": {
|
||||
"then": "This crossing has zebra markings with an interruption in every bar"
|
||||
}
|
||||
},
|
||||
"question": "What kind of markings does this crossing have?",
|
||||
"render": "This crossing has {crossing:markings} markings"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -3922,6 +4001,57 @@
|
|||
"render": "Way"
|
||||
}
|
||||
},
|
||||
"cyclist_waiting_aid": {
|
||||
"description": "Various pieces of infrastructure that aid cyclists while they wait at a traffic light.",
|
||||
"name": "Cyclist Waiting Aids",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "A footrest, handrail or other aid, to improve comfort while waiting at traffic lights",
|
||||
"title": "a cyclist waiting aid"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"direction": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This waiting aid can be used when going forward on this way"
|
||||
},
|
||||
"1": {
|
||||
"then": "This waiting aid can be used when going backward on this way"
|
||||
}
|
||||
},
|
||||
"render": "This waiting aid can be used when going in {direction} direction"
|
||||
},
|
||||
"side": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This waiting aid is located on the left side"
|
||||
},
|
||||
"1": {
|
||||
"then": "This waiting aid is located on the right side"
|
||||
},
|
||||
"2": {
|
||||
"then": "There are waiting aids on both sides of the road"
|
||||
}
|
||||
},
|
||||
"question": "On what side of the road is this located?"
|
||||
},
|
||||
"type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "There is a board or peg to rest your foot on here"
|
||||
},
|
||||
"1": {
|
||||
"then": "There is a rail or a handle to hold on to here"
|
||||
}
|
||||
},
|
||||
"question": "What kind of components does this waiting aid have?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Cyclist Waiting Aid"
|
||||
}
|
||||
},
|
||||
"defibrillator": {
|
||||
"description": "A layer showing defibrillators which can be used in case of emergency. This contains public defibrillators, but also defibrillators which might need staff to fetch the actual device",
|
||||
"name": "Defibrillators",
|
||||
|
@ -7905,6 +8035,15 @@
|
|||
"presets": {
|
||||
"0": {
|
||||
"title": "a postbox"
|
||||
},
|
||||
"1": {
|
||||
"title": "a postbox on a wall"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"operator": {
|
||||
"question": "Who operates this postbox?",
|
||||
"render": "This postbox is operated by <b>{operator}</b>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -8400,6 +8539,17 @@
|
|||
},
|
||||
"question": "Does this shop have a gluten free offering?"
|
||||
},
|
||||
"indoor": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This object is located indoors"
|
||||
},
|
||||
"1": {
|
||||
"then": "This object is located outdoors"
|
||||
}
|
||||
},
|
||||
"question": "Is this object located indoors?"
|
||||
},
|
||||
"induction-loop": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -10490,6 +10640,133 @@
|
|||
"render": "Surveillance Camera"
|
||||
}
|
||||
},
|
||||
"tactile_map": {
|
||||
"description": "Layer showing tactile maps, which can be used by visually impaired people to navigate the city.",
|
||||
"name": "Tactile Maps",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "A tactile map that can be read using touch. Unlike a tactile model, this is relatively flat and does not feature three-dimensional buildings and such.",
|
||||
"title": "a tactile map"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"braille": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This tactile map has braille text."
|
||||
},
|
||||
"1": {
|
||||
"then": "This tactile map does not have braille text."
|
||||
}
|
||||
},
|
||||
"question": "Is there braille text on this tactile map?"
|
||||
},
|
||||
"braille_languages": {
|
||||
"render": {
|
||||
"special": {
|
||||
"question": "In which languages is the braille text on this tactile map?",
|
||||
"render_list_item": "This map has braille text in {language}",
|
||||
"render_single_language": "This map has braille text in {language}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"freeform": {
|
||||
"placeholder": "e.g. Tactile map of the city center"
|
||||
},
|
||||
"question": "What does this tactile map show?",
|
||||
"render": "Description: {blind:description:en}."
|
||||
},
|
||||
"embossed_letters": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This tactile map has embossed letters."
|
||||
},
|
||||
"1": {
|
||||
"then": "This tactile map does not have embossed letters."
|
||||
}
|
||||
},
|
||||
"question": "Are there embossed letters on this tactile map?"
|
||||
},
|
||||
"embossed_letters_languages": {
|
||||
"render": {
|
||||
"special": {
|
||||
"question": "In which languages are the embossed letters on this tactile map?",
|
||||
"render_list_item": "This map has embossed letters in {language}",
|
||||
"render_single_language": "This map has embossed letters in {language}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Tactile Map"
|
||||
},
|
||||
"tactile_model": {
|
||||
"description": "Layer showing tactile models, three-dimensional models of the surrounding area.",
|
||||
"name": "Tactile Models",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "A tactile model is a three-dimensional model of an area, allowing people to explore/see an area by touch.",
|
||||
"title": "a tactile model"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"braille": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "There is a braille description."
|
||||
},
|
||||
"1": {
|
||||
"then": "There is no braille description."
|
||||
}
|
||||
},
|
||||
"question": "Is there a braille description?"
|
||||
},
|
||||
"braille_languages": {
|
||||
"render": {
|
||||
"special": {
|
||||
"question": "In which languages is there a braille description?",
|
||||
"render_list_item": "This model has a braille description in {language()}",
|
||||
"render_single_language": "This model has a braille description in {language}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"freeform": {
|
||||
"placeholder": "e.g. Tactile model of the city center"
|
||||
},
|
||||
"question": "What does this tactile model show?",
|
||||
"render": "Description: {blind:description:en}."
|
||||
},
|
||||
"embossed_letters": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "There are embossed letters describing the model."
|
||||
},
|
||||
"1": {
|
||||
"then": "There are no embossed letters describing the model."
|
||||
}
|
||||
},
|
||||
"question": "Are there embossed letters describing the model?"
|
||||
},
|
||||
"embossed_letters_languages": {
|
||||
"render": {
|
||||
"special": {
|
||||
"question": "In which languages are there embossed letters?",
|
||||
"render_list_item": "This model has embossed letters in {language()}",
|
||||
"render_single_language": "This model has embossed letters in {language}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"scale": {
|
||||
"freeform": {
|
||||
"placeholder": "e.g. 1:1000"
|
||||
},
|
||||
"question": "What scale is the model?",
|
||||
"render": "The scale of this model is {scale}."
|
||||
}
|
||||
},
|
||||
"title": "Tactile Model"
|
||||
},
|
||||
"tertiary_education": {
|
||||
"name": "Colleges and universities",
|
||||
"presets": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue