npm run dist

This commit is contained in:
Martin Raifer 2022-05-17 18:37:37 +02:00
parent 2c6c04465f
commit 26fe42b19c
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
126 changed files with 1305 additions and 471 deletions

85
dist/fields.json vendored
View file

@ -396,6 +396,10 @@
"key": "bunker_type",
"type": "combo"
},
"button_operated": {
"key": "button_operated",
"type": "check"
},
"cables": {
"key": "cables",
"type": "number",
@ -888,6 +892,11 @@
"type": "number",
"minValue": 0
},
"diameter_crown": {
"key": "diameter_crown",
"type": "combo",
"snake_case": false
},
"diameter": {
"key": "diameter",
"type": "combo",
@ -1166,6 +1175,18 @@
"type": "combo",
"snake_case": false
},
"fire_hydrant/position": {
"key": "fire_hydrant:position",
"type": "combo",
"autoSuggestions": false,
"customValues": false,
"options": [
"green",
"lane",
"sidewalk",
"parking_lot"
]
},
"fire_hydrant/pressure": {
"key": "fire_hydrant:pressure",
"type": "combo",
@ -1216,6 +1237,20 @@
],
"type": "wikidata"
},
"flashing_lights": {
"key": "flashing_lights",
"type": "combo",
"autoSuggestions": false,
"customValues": false,
"options": [
"button",
"always",
"sensor",
"button;sensor",
"no",
"yes"
]
},
"floating": {
"key": "floating",
"type": "check"
@ -1299,6 +1334,11 @@
"key": "generator:type",
"type": "combo"
},
"genus": {
"key": "genus",
"type": "combo",
"snake_case": false
},
"geyser/height": {
"key": "geyser:height",
"type": "text"
@ -1709,6 +1749,10 @@
"key": "liaison",
"type": "combo"
},
"lifeguard": {
"key": "lifeguard",
"type": "check"
},
"line_attachment": {
"key": "line_attachment",
"type": "combo"
@ -1978,7 +2022,8 @@
},
"not/name": {
"key": "not:name",
"type": "semiCombo"
"type": "semiCombo",
"snake_case": false
},
"note": {
"key": "note",
@ -2979,6 +3024,11 @@
"osm notes"
]
},
"species": {
"key": "species",
"type": "combo",
"snake_case": false
},
"species/wikidata": {
"key": "species:wikidata",
"keys": [
@ -3221,6 +3271,11 @@
"key": "target",
"type": "combo"
},
"taxon": {
"key": "taxon",
"type": "combo",
"snake_case": false
},
"telecom": {
"key": "telecom",
"type": "combo"
@ -3330,6 +3385,14 @@
"type": "combo",
"default": "signal"
},
"traffic_signals/arrow": {
"key": "traffic_signals:arrow",
"type": "check"
},
"traffic_signals/countdown": {
"key": "traffic_signals:countdown",
"type": "check"
},
"traffic_signals/direction": {
"key": "traffic_signals:direction",
"type": "combo",
@ -3341,6 +3404,26 @@
"both"
]
},
"traffic_signals/minimap": {
"key": "traffic_signals:minimap",
"type": "check"
},
"traffic_signals/sound": {
"key": "traffic_signals:sound",
"type": "combo",
"autoSuggestions": false,
"customValues": false,
"options": [
"yes",
"no",
"locate",
"walk"
]
},
"traffic_signals/vibration": {
"key": "traffic_signals:vibration",
"type": "check"
},
"trail_visibility": {
"key": "trail_visibility",
"type": "combo",