Merge branch 'master' of github.com:systemed/iD into preset-inputs

This commit is contained in:
Ansis Brammanis
2013-03-09 19:12:17 -05:00
3 changed files with 31 additions and 1 deletions
+9
View File
@@ -668,6 +668,15 @@ svg[data-zoom="16"] path.casing.tag-highway-construction {
stroke: #222;
}
.line.stroke.tag-railway-platform {
stroke: #999;
stroke-width: 4;
stroke-dasharray: none;
}
.line.casing.tag-railway-platform {
stroke: none;
}
/* waterways */
path.fill.tag-waterway {
File diff suppressed because one or more lines are too long
@@ -0,0 +1,21 @@
{
"name": "unclassified",
"match": {
"type": [
"line"
],
"tags": {
"highway": "unclassified"
},
"terms": []
},
"icon": "highway",
"form": [
"oneway",
"bridge",
"tunnel",
"access",
"maxspeed",
"surface"
]
}