mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Add highway=living_street preset
This commit is contained in:
@@ -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": ""
|
||||
|
||||
@@ -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": ""
|
||||
|
||||
@@ -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: ""
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user