mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 13:18:15 +02:00
Added preset and rendering for attraction=summer_toboggan
This commit is contained in:
@@ -326,3 +326,28 @@ path.stroke.tag-crossing.tag-crossing-zebra {
|
||||
stroke-dasharray: 3, 2;
|
||||
}
|
||||
|
||||
/* Attractions */
|
||||
path.shadow.tag-attraction-summer_toboggan {
|
||||
stroke-width: 16;
|
||||
}
|
||||
path.casing.tag-attraction-summer_toboggan {
|
||||
stroke-width: 7;
|
||||
}
|
||||
path.stroke.tag-attraction-summer_toboggan {
|
||||
stroke-width: 5;
|
||||
}
|
||||
.low-zoom path.shadow.tag-attraction-summer_toboggan {
|
||||
stroke-width: 12;
|
||||
}
|
||||
.low-zoom path.casing.tag-attraction-summer_toboggan {
|
||||
stroke-width: 5;
|
||||
}
|
||||
.low-zoom path.stroke.tag-attraction-summer_toboggan {
|
||||
stroke-width: 3;
|
||||
}
|
||||
path.stroke.tag-attraction-summer_toboggan {
|
||||
stroke: #9e9e9e;
|
||||
}
|
||||
path.casing.tag-attraction-summer_toboggan {
|
||||
stroke: #666;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user