mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Add footway=sidewalk preset
This commit is contained in:
@@ -552,6 +552,9 @@ en:
|
||||
footway/crossing:
|
||||
name: Crossing
|
||||
terms: "<translate with synonyms or related terms for 'Crossing', separated by commas>"
|
||||
footway/sidewalk:
|
||||
name: Sidewalk
|
||||
terms: "<translate with synonyms or related terms for 'Sidewalk', separated by commas>"
|
||||
highway:
|
||||
name: Highway
|
||||
terms: "<translate with synonyms or related terms for 'Highway', separated by commas>"
|
||||
|
||||
@@ -1664,6 +1664,22 @@
|
||||
],
|
||||
"name": "Crossing"
|
||||
},
|
||||
"footway/sidewalk": {
|
||||
"fields": [
|
||||
"surface",
|
||||
"lit",
|
||||
"access"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "footway",
|
||||
"footway": "sidewalk"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Sidewalk"
|
||||
},
|
||||
"highway": {
|
||||
"fields": [
|
||||
"highway"
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"fields": [
|
||||
"surface",
|
||||
"lit",
|
||||
"access"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "footway",
|
||||
"footway": "sidewalk"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Sidewalk"
|
||||
}
|
||||
Vendored
+4
@@ -1154,6 +1154,10 @@
|
||||
"name": "Crossing",
|
||||
"terms": "crosswalk,zebra crossing"
|
||||
},
|
||||
"footway/sidewalk": {
|
||||
"name": "Sidewalk",
|
||||
"terms": ""
|
||||
},
|
||||
"highway": {
|
||||
"name": "Highway",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user