update line preset defaults

This commit is contained in:
Ansis Brammanis
2013-03-04 16:45:20 -05:00
parent 01025ef60f
commit 9ddbd1ed7d
3 changed files with 18 additions and 8 deletions
+3 -8
View File
@@ -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": [
+4
View File
@@ -84,5 +84,9 @@
"surface": {
"key": "surface",
"type": "combo"
},
"layer": {
"key": "layer",
"type": "combo"
}
}
+11
View File
@@ -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",