This commit is contained in:
parent
3d90e143d6
commit
01510728c0
3 changed files with 114 additions and 0 deletions
|
@ -6074,6 +6074,9 @@
|
|||
"18": {
|
||||
"then": "Seafood dishes are served here"
|
||||
},
|
||||
"19": {
|
||||
"then": "Spanish dishes are served here"
|
||||
},
|
||||
"2": {
|
||||
"then": "Serves mainly pasta"
|
||||
},
|
||||
|
@ -6768,6 +6771,80 @@
|
|||
"render": "Hackerspace"
|
||||
}
|
||||
},
|
||||
"historic_aircraft": {
|
||||
"name": "Historic aircraft",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "A (historic) aircraft permanently installed on a location, e.g. in a museum, as artwork or as memorial.",
|
||||
"title": "a aircraft on a permanent location"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"is_memorial": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Serves as a memorial"
|
||||
},
|
||||
"1": {
|
||||
"then": "Does not serve as a memorial"
|
||||
}
|
||||
},
|
||||
"question": "Does this aircraft also serve as a memorial?"
|
||||
},
|
||||
"model": {
|
||||
"question": "What type of model is this aircraft?",
|
||||
"render": "{wikipedia(model:wikidata)}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Historic aircraft"
|
||||
}
|
||||
},
|
||||
"historic_rolling_stock": {
|
||||
"description": "Historic rolling stock (such as locomotives, railway cars and wagons) which are permanently placed at a location",
|
||||
"name": "Historic rolling stock",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "A (historic) locomotive permanently installed on a location, e.g. in a museum, as artwork or as memorial.",
|
||||
"title": "a locomotive on a permanent location"
|
||||
},
|
||||
"1": {
|
||||
"description": "A decommissioned railway car permanently installed on a location, e.g. in a museum, as artwork or as memorial.",
|
||||
"title": "a railway car on a permanent location"
|
||||
},
|
||||
"2": {
|
||||
"description": "A (historic) minecart permanently installed on a location, e.g. in a museum, as artwork or as memorial.",
|
||||
"title": "a minecart on a permanent location"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"is_memorial": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Serves as a memorial"
|
||||
},
|
||||
"1": {
|
||||
"then": "Does not serve as a memorial"
|
||||
}
|
||||
},
|
||||
"question": "Does this also serve as a memorial?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Historic locomotive"
|
||||
},
|
||||
"1": {
|
||||
"then": "Historic railway car"
|
||||
},
|
||||
"2": {
|
||||
"then": "Historic minecart"
|
||||
}
|
||||
},
|
||||
"render": "Historic rolling stock"
|
||||
}
|
||||
},
|
||||
"hospital": {
|
||||
"description": "A layer showing hospital grounds",
|
||||
"name": "Hospitals",
|
||||
|
@ -9618,6 +9695,10 @@
|
|||
"after": "Scan this code to open this location on another device"
|
||||
}
|
||||
},
|
||||
"ref": {
|
||||
"question": "What is the reference number?",
|
||||
"render": "The reference number is <b>{ref}</b>"
|
||||
},
|
||||
"repeated": {
|
||||
"render": "Multiple, identical objects can be found on floors {repeat_on}."
|
||||
},
|
||||
|
@ -14617,6 +14698,28 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"windpump": {
|
||||
"name": "Windpumps",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "A wind pump is a kind of windmill that is used for pumping natural gas or water."
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"operator": {
|
||||
"question": "Who operates this windpump?",
|
||||
"render": "Operated by {operator}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Windpump {ref}"
|
||||
}
|
||||
},
|
||||
"render": "Windpump {ref}"
|
||||
}
|
||||
},
|
||||
"windturbine": {
|
||||
"description": "Modern windmills generating electricity",
|
||||
"name": "wind turbine",
|
||||
|
|
|
@ -11592,6 +11592,9 @@
|
|||
"render": "Afvalbak"
|
||||
}
|
||||
},
|
||||
"windpump": {
|
||||
"name": "Pompen op windenergie"
|
||||
},
|
||||
"windturbine": {
|
||||
"description": "Windturbines (moderne windmolens die elektriciteit genereren)",
|
||||
"name": "windturbine",
|
||||
|
|
|
@ -684,6 +684,14 @@
|
|||
},
|
||||
"title": "Healthcare"
|
||||
},
|
||||
"historic_aircraft": {
|
||||
"description": "A map showing all historic, permanently installed aircraft. The aircraft can be in a museum, an artwork or a memorial.",
|
||||
"title": "Historic aircraft"
|
||||
},
|
||||
"historic_rolling_stock": {
|
||||
"description": "A map showing all historic, permanently installed rolling stock, such as locomitives and railway carriages, e.g. in a museum, an artwork or a memorial.",
|
||||
"title": "Historic rolling stock"
|
||||
},
|
||||
"hotels": {
|
||||
"description": "On this map, you'll find hotels in your area",
|
||||
"title": "Hotels"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue