mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 03:36:37 +02:00
Merge branch 'master' of github.com:systemed/iD into preset-inputs
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user