mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Add preset for "Pedestrian Area" (highway=pedestrian + area=yes)
(closes #4488)
This commit is contained in:
@@ -3055,9 +3055,15 @@ en:
|
||||
name: Path
|
||||
# 'terms: hike,hiking,trackway,trail,walk'
|
||||
terms: '<translate with synonyms or related terms for ''Path'', separated by commas>'
|
||||
highway/pedestrian:
|
||||
highway/pedestrian_area:
|
||||
# 'highway=pedestrian, area=yes'
|
||||
name: Pedestrian Area
|
||||
# 'terms: center,centre,plaza,quad,square,walkway'
|
||||
terms: '<translate with synonyms or related terms for ''Pedestrian Area'', separated by commas>'
|
||||
highway/pedestrian_line:
|
||||
# highway=pedestrian
|
||||
name: Pedestrian Street
|
||||
# 'terms: center,centre,plaza,quad,square,walkway'
|
||||
terms: '<translate with synonyms or related terms for ''Pedestrian Street'', separated by commas>'
|
||||
highway/primary:
|
||||
# highway=primary
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
"highway/footway",
|
||||
"highway/cycleway",
|
||||
"highway/bridleway",
|
||||
"highway/pedestrian"
|
||||
"highway/pedestrian_line"
|
||||
]
|
||||
},
|
||||
"category-rail": {
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
"highway/footway",
|
||||
"highway/cycleway",
|
||||
"highway/bridleway",
|
||||
"highway/pedestrian"
|
||||
"highway/pedestrian_line"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -6993,7 +6993,34 @@
|
||||
},
|
||||
"name": "Path"
|
||||
},
|
||||
"highway/pedestrian": {
|
||||
"highway/pedestrian_area": {
|
||||
"icon": "poi-foot",
|
||||
"fields": [
|
||||
"name",
|
||||
"surface",
|
||||
"lit",
|
||||
"width",
|
||||
"structure",
|
||||
"access"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "pedestrian",
|
||||
"area": "yes"
|
||||
},
|
||||
"terms": [
|
||||
"center",
|
||||
"centre",
|
||||
"plaza",
|
||||
"quad",
|
||||
"square",
|
||||
"walkway"
|
||||
],
|
||||
"name": "Pedestrian Area"
|
||||
},
|
||||
"highway/pedestrian_line": {
|
||||
"icon": "highway-footway",
|
||||
"fields": [
|
||||
"name",
|
||||
@@ -7005,13 +7032,19 @@
|
||||
"access"
|
||||
],
|
||||
"geometry": [
|
||||
"line",
|
||||
"area"
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "pedestrian"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"center",
|
||||
"centre",
|
||||
"plaza",
|
||||
"quad",
|
||||
"square",
|
||||
"walkway"
|
||||
],
|
||||
"name": "Pedestrian Street"
|
||||
},
|
||||
"highway/primary_link": {
|
||||
|
||||
27
data/presets/presets/highway/pedestrian_area.json
Normal file
27
data/presets/presets/highway/pedestrian_area.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"icon": "poi-foot",
|
||||
"fields": [
|
||||
"name",
|
||||
"surface",
|
||||
"lit",
|
||||
"width",
|
||||
"structure",
|
||||
"access"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "pedestrian",
|
||||
"area": "yes"
|
||||
},
|
||||
"terms": [
|
||||
"center",
|
||||
"centre",
|
||||
"plaza",
|
||||
"quad",
|
||||
"square",
|
||||
"walkway"
|
||||
],
|
||||
"name": "Pedestrian Area"
|
||||
}
|
||||
@@ -10,12 +10,18 @@
|
||||
"access"
|
||||
],
|
||||
"geometry": [
|
||||
"line",
|
||||
"area"
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "pedestrian"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"center",
|
||||
"centre",
|
||||
"plaza",
|
||||
"quad",
|
||||
"square",
|
||||
"walkway"
|
||||
],
|
||||
"name": "Pedestrian Street"
|
||||
}
|
||||
@@ -1336,6 +1336,10 @@
|
||||
"key": "highway",
|
||||
"value": "path"
|
||||
},
|
||||
{
|
||||
"key": "area",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "pedestrian"
|
||||
|
||||
8
dist/locales/en.json
vendored
8
dist/locales/en.json
vendored
@@ -3758,9 +3758,13 @@
|
||||
"name": "Path",
|
||||
"terms": "hike,hiking,trackway,trail,walk"
|
||||
},
|
||||
"highway/pedestrian": {
|
||||
"highway/pedestrian_area": {
|
||||
"name": "Pedestrian Area",
|
||||
"terms": "center,centre,plaza,quad,square,walkway"
|
||||
},
|
||||
"highway/pedestrian_line": {
|
||||
"name": "Pedestrian Street",
|
||||
"terms": ""
|
||||
"terms": "center,centre,plaza,quad,square,walkway"
|
||||
},
|
||||
"highway/primary_link": {
|
||||
"name": "Primary Link",
|
||||
|
||||
Reference in New Issue
Block a user