mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Add some fields for crossings
This commit is contained in:
@@ -288,6 +288,8 @@ en:
|
||||
label: Type
|
||||
shop:
|
||||
label: Type
|
||||
sloped_curb:
|
||||
label: Sloped Curb
|
||||
smoking:
|
||||
label: Smoking
|
||||
social_facility_for:
|
||||
@@ -313,6 +315,8 @@ en:
|
||||
label: Supervised
|
||||
surface:
|
||||
label: Surface
|
||||
tactile_paving:
|
||||
label: Tactile Paving
|
||||
toilets/disposal:
|
||||
label: Disposal
|
||||
tourism:
|
||||
|
||||
@@ -711,6 +711,11 @@
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"sloped_curb": {
|
||||
"key": "sloped_curb",
|
||||
"type": "combo",
|
||||
"label": "Sloped Curb"
|
||||
},
|
||||
"smoking": {
|
||||
"key": "smoking",
|
||||
"type": "combo",
|
||||
@@ -806,6 +811,11 @@
|
||||
"type": "combo",
|
||||
"label": "Surface"
|
||||
},
|
||||
"tactile_paving": {
|
||||
"key": "tactile_paving",
|
||||
"type": "check",
|
||||
"label": "Tactile Paving"
|
||||
},
|
||||
"toilets/disposal": {
|
||||
"key": "toilets:disposal",
|
||||
"type": "combo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "sloped_curb",
|
||||
"type": "combo",
|
||||
"label": "Sloped Curb"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "tactile_paving",
|
||||
"type": "check",
|
||||
"label": "Tactile Paving"
|
||||
}
|
||||
@@ -3652,7 +3652,9 @@
|
||||
},
|
||||
"highway/crossing": {
|
||||
"fields": [
|
||||
"crossing"
|
||||
"crossing",
|
||||
"sloped_curb",
|
||||
"tactile_paving"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"fields": [
|
||||
"crossing"
|
||||
"crossing",
|
||||
"sloped_curb",
|
||||
"tactile_paving"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
|
||||
Vendored
+6
@@ -813,6 +813,9 @@
|
||||
"shop": {
|
||||
"label": "Type"
|
||||
},
|
||||
"sloped_curb": {
|
||||
"label": "Sloped Curb"
|
||||
},
|
||||
"smoking": {
|
||||
"label": "Smoking"
|
||||
},
|
||||
@@ -848,6 +851,9 @@
|
||||
"surface": {
|
||||
"label": "Surface"
|
||||
},
|
||||
"tactile_paving": {
|
||||
"label": "Tactile Paving"
|
||||
},
|
||||
"toilets/disposal": {
|
||||
"label": "Disposal"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user