mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Add path preset
This commit is contained in:
@@ -1239,6 +1239,26 @@
|
||||
"maxspeed"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"match": {
|
||||
"type": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "path"
|
||||
},
|
||||
"terms": []
|
||||
},
|
||||
"icon": "highway-path",
|
||||
"form": [
|
||||
"oneway",
|
||||
"bridge",
|
||||
"tunnel",
|
||||
"access",
|
||||
"maxspeed"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "track",
|
||||
"match": {
|
||||
|
||||
20
data/presets/presets/highway/path.json
Normal file
20
data/presets/presets/highway/path.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "path",
|
||||
"match": {
|
||||
"type": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "path"
|
||||
},
|
||||
"terms": []
|
||||
},
|
||||
"icon": "highway-path",
|
||||
"form": [
|
||||
"oneway",
|
||||
"bridge",
|
||||
"tunnel",
|
||||
"access",
|
||||
"maxspeed"
|
||||
]
|
||||
}
|
||||
@@ -51,6 +51,7 @@
|
||||
"highway/secondary",
|
||||
"highway/tertiary",
|
||||
"highway/service",
|
||||
"highway/path",
|
||||
"highway/track",
|
||||
"landuse/allotments",
|
||||
"landuse/cemetery",
|
||||
|
||||
Reference in New Issue
Block a user