mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
added passing place to presets
Added this by creating a `new passing_place.json`. On building, the yaml and other files were automatically generated.
This commit is contained in:
@@ -3195,6 +3195,11 @@ en:
|
||||
name: Motorway Link
|
||||
# 'terms: ramp,on ramp,off ramp'
|
||||
terms: '<translate with synonyms or related terms for ''Motorway Link'', separated by commas>'
|
||||
highway/passing_place:
|
||||
# highway=passing_place
|
||||
name: Passing Place
|
||||
# 'terms: turnout, pullout'
|
||||
terms: '<translate with synonyms or related terms for ''Passing Place'', separated by commas>'
|
||||
highway/path:
|
||||
# highway=path
|
||||
name: Path
|
||||
|
||||
@@ -7349,6 +7349,19 @@
|
||||
],
|
||||
"name": "Motorway"
|
||||
},
|
||||
"highway/passing_place": {
|
||||
"icon": "circle-stroked",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "passing_place"
|
||||
},
|
||||
"terms": [
|
||||
"turnout, pullout"
|
||||
],
|
||||
"name": "Passing Place"
|
||||
},
|
||||
"highway/path": {
|
||||
"icon": "highway-path",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"icon": "circle-stroked",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "passing_place"
|
||||
},
|
||||
"terms": [
|
||||
"turnout, pullout"
|
||||
],
|
||||
"name": "Passing Place"
|
||||
}
|
||||
@@ -1408,6 +1408,10 @@
|
||||
"key": "highway",
|
||||
"value": "motorway"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "passing_place"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "path"
|
||||
|
||||
Vendored
+4
@@ -4152,6 +4152,10 @@
|
||||
"name": "Motorway",
|
||||
"terms": "autobahn,expressway,freeway,highway,interstate,parkway,thruway,turnpike"
|
||||
},
|
||||
"highway/passing_place": {
|
||||
"name": "Passing Place",
|
||||
"terms": "turnout, pullout"
|
||||
},
|
||||
"highway/path": {
|
||||
"name": "Path",
|
||||
"terms": "hike,hiking,trackway,trail,walk"
|
||||
|
||||
Reference in New Issue
Block a user