mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 05:12:13 +02:00
Add toll field to motorway, trunk
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1591,6 +1591,11 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"toll": {
|
||||
"key": "toll",
|
||||
"type": "check",
|
||||
"label": "Toll"
|
||||
},
|
||||
"tourism": {
|
||||
"key": "tourism",
|
||||
"type": "typeCombo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "toll",
|
||||
"type": "check",
|
||||
"label": "Toll"
|
||||
}
|
||||
@@ -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": [
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
"lanes",
|
||||
"surface",
|
||||
"maxheight",
|
||||
"toll",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
Vendored
+4
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user