mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 15:08:23 +02:00
Avoid dashed stroke on railway areas and railway platforms..
This commit is contained in:
@@ -720,6 +720,15 @@ path.casing.tag-railway-platform {
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
.area.stroke.tag-railway {
|
||||
stroke: white;
|
||||
stroke-width: 1;
|
||||
stroke-dasharray: none;
|
||||
}
|
||||
.area.casing.tag-railway {
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* waterways */
|
||||
|
||||
path.fill.tag-waterway {
|
||||
|
||||
Reference in New Issue
Block a user