mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
render (some) golf features like grass areas (closes #8927)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user