mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-26 15:33:50 +00:00
Add steps preset
This commit is contained in:
@@ -1368,6 +1368,26 @@
|
||||
"maxspeed"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "steps",
|
||||
"match": {
|
||||
"type": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "steps"
|
||||
},
|
||||
"terms": [
|
||||
"stairs",
|
||||
"staircase"
|
||||
]
|
||||
},
|
||||
"icon": "",
|
||||
"form": [
|
||||
"access",
|
||||
"surface"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "allotments",
|
||||
"match": {
|
||||
|
||||
20
data/presets/presets/highway/steps.json
Normal file
20
data/presets/presets/highway/steps.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "steps",
|
||||
"match": {
|
||||
"type": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "steps"
|
||||
},
|
||||
"terms": [
|
||||
"stairs",
|
||||
"staircase"
|
||||
]
|
||||
},
|
||||
"icon": "",
|
||||
"form": [
|
||||
"access",
|
||||
"surface"
|
||||
]
|
||||
}
|
||||
@@ -57,6 +57,7 @@
|
||||
"highway/service",
|
||||
"highway/path",
|
||||
"highway/track",
|
||||
"highway/steps",
|
||||
"landuse/allotments",
|
||||
"landuse/cemetery",
|
||||
"landuse/commercial",
|
||||
|
||||
Reference in New Issue
Block a user