mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-07 05:27:50 +02:00
Add historic=aircraft preset (#1556)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "aircraft:model",
|
||||
"type": "combo",
|
||||
"label": "Aircraft Model"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"key": "aircraft:model:wikidata",
|
||||
"keys": [
|
||||
"aircraft:model:wikidata",
|
||||
"aircraft:model:wikipedia"
|
||||
],
|
||||
"type": "wikidata",
|
||||
"label": "Aircraft Model Wikidata"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"key": "manufacturer:wikidata",
|
||||
"keys": [
|
||||
"manufacturer:wikidata",
|
||||
"manufacturer:wikipedia"
|
||||
],
|
||||
"type": "wikidata",
|
||||
"label": "Manufacturer Wikidata"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user