Add historic=aircraft preset (#1556)

This commit is contained in:
novoLife
2025-05-23 20:58:09 +08:00
committed by GitHub
parent caebe1a9b4
commit 5b54723087
5 changed files with 66 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"key": "aircraft:model",
"type": "combo",
"label": "Aircraft Model"
}
+9
View File
@@ -0,0 +1,9 @@
{
"key": "aircraft:model:wikidata",
"keys": [
"aircraft:model:wikidata",
"aircraft:model:wikipedia"
],
"type": "wikidata",
"label": "Aircraft Model Wikidata"
}
+16
View File
@@ -0,0 +1,16 @@
{
"key": "aircraft:type",
"type": "combo",
"label": "Type",
"strings": {
"options": {
"military": "Military",
"helicopter": "Helicopter",
"airliner": "Airliner",
"jet": "Jet",
"fixed_wing": "Fixed Wing",
"cargo": "Cargo",
"glider": "Glider"
}
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"key": "manufacturer:wikidata",
"keys": [
"manufacturer:wikidata",
"manufacturer:wikipedia"
],
"type": "wikidata",
"label": "Manufacturer Wikidata"
}
+27
View File
@@ -0,0 +1,27 @@
{
"icon": "roentgen-plane",
"fields": [
"name",
"start_date",
"aircraft/type",
"aircraft/model"
],
"moreFields": [
"ref",
"aircraft/model/wikidata",
"manufacturer",
"manufacturer/wikidata",
"description"
],
"geometry": [
"point",
"area"
],
"tags": {
"historic": "aircraft"
},
"terms": [
"gate guardian"
],
"name": "Historic Aircraft"
}