Skip to content

Commit

Permalink
Removes amenity-points rendering for golf_hole
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaco committed Aug 11, 2023
1 parent aef9179 commit a0addcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -1621,7 +1621,7 @@ Layer:
THEN amenity END,
'tourism_' || CASE WHEN tourism IN ('viewpoint', 'attraction') THEN tourism END,
'place_' || CASE WHEN place IN ('locality') AND way_area IS NULL THEN place END,
'golf_' || CASE WHEN tags->'golf' IN ('hole', 'pin') THEN tags->'golf' END
'golf_' || CASE WHEN tags->'golf' IN ('pin') THEN tags->'golf' END
) AS feature,
CASE WHEN access IN ('private', 'no', 'customers', 'permit', 'delivery') THEN 'restricted' ELSE 'yes' END AS int_access,
CASE
Expand Down
1 change: 0 additions & 1 deletion style/golf.mss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
}

#amenity-points[zoom >= 16] {
[feature = 'golf_hole'],
[feature = 'golf_pin'] {
marker-file: url('symbols/leisure/golf_pin.svg');
marker-fill: @golf-color;
Expand Down

0 comments on commit a0addcc

Please sign in to comment.