Add preset for natural=shingle (close #6155)

This commit is contained in:
Quincy Morgan
2019-04-16 14:41:22 -07:00
parent 84b7e08bf8
commit d65e25d8bf
6 changed files with 29 additions and 0 deletions
+2
View File
@@ -259,6 +259,7 @@ path.stroke.tag-man_made-groyne,
path.stroke.tag-man_made-breakwater,
path.stroke.tag-natural-bare_rock,
path.stroke.tag-natural-scree,
path.stroke.tag-natural-shingle,
path.stroke.tag-waterway-dam,
path.stroke.tag-waterway-weir {
stroke: rgb(170, 170, 170);
@@ -272,6 +273,7 @@ path.fill.tag-man_made-groyne,
path.fill.tag-man_made-breakwater,
path.fill.tag-natural-bare_rock,
path.fill.tag-natural-scree,
path.fill.tag-natural-shingle,
path.fill.tag-waterway-dam,
path.fill.tag-waterway-weir {
stroke: rgba(140, 140, 140, 0.5);