Add rendering for more leisure objects

This commit is contained in:
hikemaniac
2018-11-25 17:57:00 +01:00
parent 8ac60c7087
commit 3b4330304f
+9
View File
@@ -26,6 +26,9 @@ path.stroke.tag-landuse,
path.stroke.tag-natural,
path.stroke.tag-leisure-nature_reserve,
path.stroke.tag-leisure-pitch,
path.stroke.tag-leisure-track,
path.stroke.tag-leisure-golf_course,
path.stroke.tag-leisure-garden,
path.stroke.tag-leisure-park {
stroke: rgb(140, 208, 95);
}
@@ -33,6 +36,9 @@ path.fill.tag-landuse,
path.fill.tag-natural,
path.fill.tag-leisure-nature_reserve,
path.fill.tag-leisure-pitch,
path.fill.tag-leisure-track,
path.fill.tag-leisure-golf_course,
path.fill.tag-leisure-garden,
path.fill.tag-leisure-park {
stroke: rgba(140, 208, 95, 0.3);
fill: rgba(140, 208, 95, 0.3);
@@ -41,6 +47,9 @@ path.fill.tag-leisure-park {
.preset-icon-fill-area.tag-natural,
.preset-icon-fill-area.tag-leisure-nature_reserve,
.preset-icon-fill-area.tag-leisure-pitch,
.preset-icon-fill-area.tag-leisure-track,
.preset-icon-fill-area.tag-leisure-golf_course,
.preset-icon-fill-area.tag-leisure-garden,
.preset-icon-fill-area.tag-leisure-park {
border-color: rgb(140, 208, 95);
background-color: rgba(140, 208, 95, 0.3);