add bridge/tunnel form to railways and footways

This commit is contained in:
Ansis Brammanis
2013-03-18 17:08:40 -04:00
parent 0e72dced55
commit 44ec568c5a
17 changed files with 52 additions and 34 deletions
+13 -9
View File
@@ -57,6 +57,10 @@
"key": "construction",
"type": "combo"
},
"country": {
"key": "country",
"type": "combo"
},
"crossing": {
"key": "crossing",
"type": "combo"
@@ -200,15 +204,6 @@
"taoist"
]
},
"roadtype": {
"type": "radio",
"options": [
"bridge",
"tunnel",
"embankment",
"cutting"
]
},
"service": {
"key": "service",
"type": "combo",
@@ -238,6 +233,15 @@
"key": "sport",
"type": "combo"
},
"structure": {
"type": "radio",
"options": [
"bridge",
"tunnel",
"embankment",
"cutting"
]
},
"surface": {
"key": "surface",
"type": "combo"
+18 -11
View File
@@ -865,7 +865,7 @@
"icon": "highway-cycleway",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"surface"
],
@@ -880,6 +880,7 @@
"highway/footway": {
"icon": "highway-footway",
"fields": [
"structure",
"access",
"surface"
],
@@ -920,7 +921,7 @@
"icon": "highway-motorway",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
@@ -937,7 +938,7 @@
"icon": "highway-footway",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
@@ -954,7 +955,7 @@
"icon": "highway-primary",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
@@ -971,7 +972,7 @@
"icon": "highway-residential",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
@@ -988,7 +989,7 @@
"icon": "highway-secondary",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
@@ -1006,7 +1007,7 @@
"fields": [
"service",
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
@@ -1039,7 +1040,7 @@
"icon": "highway-tertiary",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
@@ -1056,7 +1057,7 @@
"icon": "highway-track",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
@@ -1086,7 +1087,7 @@
"icon": "highway-trunk",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
@@ -1113,7 +1114,7 @@
"icon": "highway",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
@@ -1927,10 +1928,16 @@
"tags": {
"railway": "rail"
},
"fields": [
"structure"
],
"terms": []
},
"railway/subway": {
"icon": "railway-rail",
"fields": [
"structure"
],
"geometry": [
"line"
],
+1 -1
View File
@@ -2,7 +2,7 @@
"icon": "highway-cycleway",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"surface"
],
+2 -1
View File
@@ -1,6 +1,7 @@
{
"icon": "highway-footway",
"fields": [
"structure",
"access",
"surface"
],
@@ -36,4 +37,4 @@
"tags": {
"highway": "footway"
}
}
}
+1 -1
View File
@@ -2,7 +2,7 @@
"icon": "highway-motorway",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
+1 -1
View File
@@ -2,7 +2,7 @@
"icon": "highway-footway",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
+1 -1
View File
@@ -2,7 +2,7 @@
"icon": "highway-primary",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
@@ -2,7 +2,7 @@
"icon": "highway-residential",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
+1 -1
View File
@@ -2,7 +2,7 @@
"icon": "highway-secondary",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
+1 -1
View File
@@ -3,7 +3,7 @@
"fields": [
"service",
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
+1 -1
View File
@@ -2,7 +2,7 @@
"icon": "highway-tertiary",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
+1 -1
View File
@@ -2,7 +2,7 @@
"icon": "highway-track",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
+1 -1
View File
@@ -2,7 +2,7 @@
"icon": "highway-trunk",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
@@ -2,7 +2,7 @@
"icon": "highway",
"fields": [
"oneway",
"roadtype",
"structure",
"access",
"maxspeed",
"surface"
+4 -1
View File
@@ -6,5 +6,8 @@
"tags": {
"railway": "rail"
},
"fields": [
"structure"
],
"terms": []
}
}
+4 -1
View File
@@ -1,5 +1,8 @@
{
"icon": "railway-rail",
"fields": [
"structure"
],
"geometry": [
"line"
],
@@ -7,4 +10,4 @@
"railway": "subway"
},
"terms": []
}
}