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:
xortiz
2018-03-14 21:50:08 -04:00
parent 3d57d1b0d6
commit 889e4d1dec
5 changed files with 39 additions and 0 deletions
+5
View File
@@ -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
+13
View File
@@ -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"
}
+4
View File
@@ -1408,6 +1408,10 @@
"key": "highway",
"value": "motorway"
},
{
"key": "highway",
"value": "passing_place"
},
{
"key": "highway",
"value": "path"
+4
View File
@@ -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"