mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-15 02:02:56 +00:00
Merge pull request #1306 from datadesk/master
highway=pedestrian preset
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"surface"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
"line", "area"
|
||||
],
|
||||
"terms": [
|
||||
"beaten path",
|
||||
@@ -38,4 +38,4 @@
|
||||
"highway": "footway"
|
||||
},
|
||||
"name": "Foot Path"
|
||||
}
|
||||
}
|
||||
|
||||
16
data/presets/presets/highway/pedestrian.json
Normal file
16
data/presets/presets/highway/pedestrian.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "highway-pedestrian",
|
||||
"fields": [
|
||||
"access",
|
||||
"oneway",
|
||||
"surface"
|
||||
],
|
||||
"geometry": [
|
||||
"line", "area"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "pedestrian"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Pedestrian"
|
||||
}
|
||||
Reference in New Issue
Block a user