Improve rendering of tree row, use a thicker line

(closes #4825)
This commit is contained in:
Bryan Housel
2018-03-01 22:33:49 -05:00
parent 410197ce00
commit 69a1a75b49
+22
View File
@@ -32,6 +32,28 @@ path.casing.tag-boundary-national_park {
}
/* Tree Rows */
path.shadow.tag-natural-tree_row {
stroke-width: 16;
}
path.casing.tag-natural-tree_row {
stroke-width: 7;
}
path.stroke.tag-natural-tree_row {
stroke-width: 5;
}
.low-zoom path.shadow.tag-natural-tree_row {
stroke-width: 12;
}
.low-zoom path.casing.tag-natural-tree_row {
stroke-width: 5;
}
.low-zoom path.stroke.tag-natural-tree_row {
stroke-width: 3;
}
/* barriers */
path.stroke.tag-barrier {
stroke: #ddd;