mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-26 15:33:50 +00:00
Add unclassified preset
This commit is contained in:
File diff suppressed because one or more lines are too long
21
data/presets/presets/highway/unclassified.json
Normal file
21
data/presets/presets/highway/unclassified.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "unclassified",
|
||||
"match": {
|
||||
"type": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "unclassified"
|
||||
},
|
||||
"terms": []
|
||||
},
|
||||
"icon": "highway",
|
||||
"form": [
|
||||
"oneway",
|
||||
"bridge",
|
||||
"tunnel",
|
||||
"access",
|
||||
"maxspeed",
|
||||
"surface"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user