Add toll field to motorway, trunk

This commit is contained in:
Bryan Housel
2017-01-06 23:31:21 -05:00
parent 8a7e9f8669
commit 6fd7743f00
7 changed files with 42 additions and 3 deletions
+4
View File
@@ -1181,6 +1181,9 @@ en:
flush: Flush
# 'toilets:disposal=pitlatrine'
pitlatrine: Pit/Latrine
toll:
# toll=*
label: Toll
tourism:
# tourism=*
label: Type
@@ -2455,6 +2458,7 @@ en:
highway/motorway:
# highway=motorway
name: Motorway
# 'terms: autobahn,expressway,freeway,highway,interstate,parkway,thruway,turnpike'
terms: '<translate with synonyms or related terms for ''Motorway'', separated by commas>'
highway/motorway_junction:
# highway=motorway_junction
+5
View File
@@ -1591,6 +1591,11 @@
}
}
},
"toll": {
"key": "toll",
"type": "check",
"label": "Toll"
},
"tourism": {
"key": "tourism",
"type": "typeCombo",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "toll",
"type": "check",
"label": "Toll"
}
+12 -1
View File
@@ -5015,6 +5015,7 @@
"lanes",
"surface",
"maxheight",
"toll",
"ref"
],
"geometry": [
@@ -5023,7 +5024,16 @@
"tags": {
"highway": "motorway"
},
"terms": [],
"terms": [
"autobahn",
"expressway",
"freeway",
"highway",
"interstate",
"parkway",
"thruway",
"turnpike"
],
"name": "Motorway"
},
"highway/path": {
@@ -5607,6 +5617,7 @@
"lanes",
"surface",
"maxheight",
"toll",
"ref"
],
"geometry": [
+11 -1
View File
@@ -8,6 +8,7 @@
"lanes",
"surface",
"maxheight",
"toll",
"ref"
],
"geometry": [
@@ -16,6 +17,15 @@
"tags": {
"highway": "motorway"
},
"terms": [],
"terms": [
"autobahn",
"expressway",
"freeway",
"highway",
"interstate",
"parkway",
"thruway",
"turnpike"
],
"name": "Motorway"
}
+1
View File
@@ -8,6 +8,7 @@
"lanes",
"surface",
"maxheight",
"toll",
"ref"
],
"geometry": [
+4 -1
View File
@@ -1708,6 +1708,9 @@
"bucket": "Bucket"
}
},
"toll": {
"label": "Toll"
},
"tourism": {
"label": "Type"
},
@@ -2892,7 +2895,7 @@
},
"highway/motorway": {
"name": "Motorway",
"terms": ""
"terms": "autobahn,expressway,freeway,highway,interstate,parkway,thruway,turnpike"
},
"highway/path": {
"name": "Path",