Compare commits

...

2 commits

Author SHA1 Message Date
novoLife
5b54723087
Add historic=aircraft preset (#1556)
Some checks failed
Deploy / Deploy (push) Has been cancelled
Code Style Checks / Check file endings (push) Has been cancelled
Code Style Checks / Check for code formatting mistakes (push) Has been cancelled
Code Style Checks / Check for spelling errors (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Build and Deploy Staging Instance / build-deploy (push) Has been cancelled
Test / test (18) (push) Has been cancelled
2025-05-23 14:58:09 +02:00
novoLife
caebe1a9b4
Create "Teahouse" preset (#1555) 2025-05-23 14:56:45 +02:00
6 changed files with 96 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"key": "aircraft:model",
"type": "combo",
"label": "Aircraft Model"
}

View file

@ -0,0 +1,9 @@
{
"key": "aircraft:model:wikidata",
"keys": [
"aircraft:model:wikidata",
"aircraft:model:wikipedia"
],
"type": "wikidata",
"label": "Aircraft Model Wikidata"
}

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"
}
}
}

View file

@ -0,0 +1,9 @@
{
"key": "manufacturer:wikidata",
"keys": [
"manufacturer:wikidata",
"manufacturer:wikipedia"
],
"type": "wikidata",
"label": "Manufacturer Wikidata"
}

View file

@ -0,0 +1,30 @@
{
"icon": "maki-cafe",
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "cafe",
"cuisine": "tea"
},
"reference": {
"key": "amenity",
"value": "cafe"
},
"terms": [
"teahouse",
"tea house",
"tearoom",
"tea room",
"tea",
"tea drink",
"black tea",
"green tea",
"yellow tea",
"white tea",
"oolong tea",
"hot drinks"
],
"name": "Teahouse"
}

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"
}