mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
Add entrance preset
This commit is contained in:
@@ -42,6 +42,8 @@ en:
|
||||
label: Elevation
|
||||
emergency:
|
||||
label: Emergency
|
||||
entrance:
|
||||
label: Type
|
||||
fax:
|
||||
label: Fax
|
||||
fee:
|
||||
|
||||
@@ -84,6 +84,10 @@
|
||||
"key": "emergency",
|
||||
"type": "check"
|
||||
},
|
||||
"entrance": {
|
||||
"key": "entrance",
|
||||
"type": "combo"
|
||||
},
|
||||
"fax": {
|
||||
"key": "fax",
|
||||
"type": "tel"
|
||||
|
||||
4
data/presets/fields/entrance.json
Normal file
4
data/presets/fields/entrance.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"key": "entrance",
|
||||
"type": "combo"
|
||||
}
|
||||
@@ -926,6 +926,18 @@
|
||||
},
|
||||
"terms": []
|
||||
},
|
||||
{
|
||||
"name": "entrance",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"entrance": "*"
|
||||
},
|
||||
"fields": [
|
||||
"entrance"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "highway",
|
||||
"fields": [
|
||||
|
||||
12
data/presets/presets/entrance.json
Normal file
12
data/presets/presets/entrance.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "entrance",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"entrance": "*"
|
||||
},
|
||||
"fields": [
|
||||
"entrance"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user