From 3b4330304fa99c7454e37618a99fa09ea42a11ca Mon Sep 17 00:00:00 2001 From: hikemaniac <31667811+hikemaniac@users.noreply.github.com> Date: Sun, 25 Nov 2018 17:57:00 +0100 Subject: [PATCH] Add rendering for more leisure objects --- css/25_areas.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/25_areas.css b/css/25_areas.css index 2805d5e0b..ee10c51ee 100644 --- a/css/25_areas.css +++ b/css/25_areas.css @@ -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);