Add highway=living_street preset

This commit is contained in:
John Firebaugh
2013-04-15 16:36:50 -07:00
parent d8e58c62ff
commit 399bbdeda9
5 changed files with 45 additions and 0 deletions
+4
View File
@@ -4948,6 +4948,10 @@ locale.en = {
"name": "Foot Path",
"terms": "beaten path,boulevard,clearing,course,cut*,drag*,footpath,highway,lane,line,orbit,passage,pathway,rail,rails,road,roadway,route,street,thoroughfare,trackway,trail,trajectory,walk"
},
"highway/living_street": {
"name": "Living Street",
"terms": ""
},
"highway/mini_roundabout": {
"name": "Mini-Roundabout",
"terms": ""
+4
View File
@@ -873,6 +873,10 @@ locale.en = {
"name": "Foot Path",
"terms": "beaten path,boulevard,clearing,course,cut*,drag*,footpath,highway,lane,line,orbit,passage,pathway,rail,rails,road,roadway,route,street,thoroughfare,trackway,trail,trajectory,walk"
},
"highway/living_street": {
"name": "Living Street",
"terms": ""
},
"highway/mini_roundabout": {
"name": "Mini-Roundabout",
"terms": ""
+3
View File
@@ -407,6 +407,9 @@ en:
highway/footway:
name: Foot Path
terms: "beaten path,boulevard,clearing,course,cut*,drag*,footpath,highway,lane,line,orbit,passage,pathway,rail,rails,road,roadway,route,street,thoroughfare,trackway,trail,trajectory,walk"
highway/living_street:
name: Living Street
terms: ""
highway/mini_roundabout:
name: "Mini-Roundabout"
terms: ""
+17
View File
@@ -1219,6 +1219,23 @@
},
"name": "Foot Path"
},
"highway/living_street": {
"icon": "highway-residential",
"fields": [
"oneway",
"structure",
"access",
"maxspeed",
"surface"
],
"geometry": [
"line"
],
"tags": {
"highway": "living_street"
},
"name": "Living Street"
},
"highway/mini_roundabout": {
"geometry": [
"vertex"
@@ -0,0 +1,17 @@
{
"icon": "highway-residential",
"fields": [
"oneway",
"structure",
"access",
"maxspeed",
"surface"
],
"geometry": [
"line"
],
"tags": {
"highway": "living_street"
},
"name": "Living Street"
}