MapComplete/assets/layers/historic_aircraft/historic_aircraft.json

128 lines
3 KiB
JSON

{
"id": "historic_aircraft",
"name": {
"en": "Historic aircraft",
"cs": "Historické letadlo",
"uk": "Історичний літак",
"it": "Velivolo storico"
},
"source": {
"osmTags": {
"or": [
"historic=aircraft",
"memorial=aircraft"
]
}
},
"minzoom": 5,
"title": {
"render": {
"en": "Historic aircraft",
"cs": "Historické letadlo",
"it": "Velivolo storico"
}
},
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "airport"
}
]
}
],
"lineRendering": [
{
"width": 1,
"color": "blue"
}
],
"presets": [
{
"title": {
"en": "a aircraft on a permanent location",
"cs": "letadlo na trvalém místě",
"it": "Un velivolo in una collocazione permanente"
},
"description": {
"en": "A (historic) aircraft permanently installed on a location, e.g. in a museum, as artwork or as memorial.",
"cs": "(Historické) letadlo trvale instalované na místě, např. v muzeu, jako umělecké dílo nebo pomník.",
"it": "Un velivolo (storico) installato in modo permanente in un luogo, ad esempio in un museo, come opera d'arte o come monumento commemorativo."
},
"tags": [
"historic=aircraft"
]
}
],
"tagRenderings": [
"images",
{
"question": {
"en": "What type of model is this aircraft?",
"cs": "O jaký typ (model) letadla se jedná?",
"it": "Che tipo di modello è questo velivolo?"
},
"id": "model",
"freeform": {
"key": "model:wikidata",
"type": "wikidata"
},
"render": {
"en": "{wikipedia(model:wikidata)}",
"cs": "{wikipedia(model:wikidata)}"
}
},
{
"id": "is_memorial",
"question": {
"en": "Does this aircraft also serve as a memorial?",
"cs": "Slouží toto letadlo také jako pomník?",
"it": "Questo velivolo serve da monumento commemorativo?"
},
"mappings": [
{
"if": "memorial=aircraft",
"then": {
"en": "Serves as a memorial",
"cs": "Slouží jako pomník",
"it": "Serve da monumento commemorativo"
}
},
{
"if": "not:memorial=yes",
"alsoShowIf": "memorial=",
"then": {
"en": "Does not serve as a memorial",
"cs": "Neslouží jako pomník",
"it": "Non serve da monumento commemorativo"
}
}
]
},
{
"builtin": "memorial.memorial-questions",
"override": {
"condition": {
"and+": [
"memorial~*"
]
}
}
}
],
"deletion": true,
"allowMove": {
"enableImproveAccuracy": true,
"enableRelocation": false
},
"credits": "Pieter Vander Vennet",
"credits:uid": 3818858
}