mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 03:36:37 +02:00
update line preset defaults
This commit is contained in:
@@ -14,17 +14,12 @@
|
||||
"other"
|
||||
],
|
||||
"line": [
|
||||
"residential road",
|
||||
"primary road",
|
||||
"secondary road",
|
||||
"tertiary road",
|
||||
"roads",
|
||||
"foot path",
|
||||
"cycle path",
|
||||
"motorway",
|
||||
"trunk highway",
|
||||
"service road",
|
||||
"river",
|
||||
"rail",
|
||||
"river",
|
||||
"stream",
|
||||
"other"
|
||||
],
|
||||
"point": [
|
||||
|
||||
@@ -84,5 +84,9 @@
|
||||
"surface": {
|
||||
"key": "surface",
|
||||
"type": "combo"
|
||||
},
|
||||
"layer": {
|
||||
"key": "layer",
|
||||
"type": "combo"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -179,6 +179,17 @@
|
||||
"icon": "waterway-river",
|
||||
"form": []
|
||||
},
|
||||
{
|
||||
"name": "stream",
|
||||
"match": {
|
||||
"type": ["line"],
|
||||
"tags": {
|
||||
"waterway": "stream"
|
||||
}
|
||||
},
|
||||
"icon": "waterway-river",
|
||||
"form": ["layer"]
|
||||
},
|
||||
{
|
||||
"title": "Motorway",
|
||||
"name": "motorway",
|
||||
|
||||
Reference in New Issue
Block a user