render (some) golf features like grass areas (closes #8927)

This commit is contained in:
Martin Raifer
2022-02-04 19:16:18 +01:00
parent d7cdab7f19
commit 37bc3025b6
3 changed files with 19 additions and 6 deletions

View File

@@ -36,7 +36,11 @@ path.stroke.tag-leisure-park,
path.stroke.tag-leisure-pitch,
path.stroke.tag-leisure-track,
path.stroke.tag-natural,
path.stroke.tag-natural-wood {
path.stroke.tag-natural-wood,
path.stroke.tag-golf-tee,
path.stroke.tag-golf-fairway,
path.stroke.tag-golf-rough,
path.stroke.tag-golf-green {
stroke: rgb(140, 208, 95);
}
path.fill.tag-barrier-hedge,
@@ -52,7 +56,11 @@ path.fill.tag-leisure-park,
path.fill.tag-leisure-pitch,
path.fill.tag-leisure-track,
path.fill.tag-natural,
path.fill.tag-natural-wood {
path.fill.tag-natural-wood,
path.fill.tag-golf-tee,
path.fill.tag-golf-fairway,
path.fill.tag-golf-rough,
path.fill.tag-golf-green {
stroke: rgba(140, 208, 95, 0.3);
fill: rgba(140, 208, 95, 0.3);
}