Add some fields for crossings

This commit is contained in:
John Firebaugh
2014-04-26 16:01:58 -07:00
parent c2ac0518b8
commit ce237a56b2
7 changed files with 36 additions and 2 deletions
+4
View File
@@ -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:
+10
View File
@@ -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",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "sloped_curb",
"type": "combo",
"label": "Sloped Curb"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "tactile_paving",
"type": "check",
"label": "Tactile Paving"
}
+3 -1
View File
@@ -3652,7 +3652,9 @@
},
"highway/crossing": {
"fields": [
"crossing"
"crossing",
"sloped_curb",
"tactile_paving"
],
"geometry": [
"vertex"
+3 -1
View File
@@ -1,6 +1,8 @@
{
"fields": [
"crossing"
"crossing",
"sloped_curb",
"tactile_paving"
],
"geometry": [
"vertex"
+6
View File
@@ -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"
},