From 61c44ed88d2d5423b114526fd048d8615c3cdb37 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 28 Nov 2012 11:46:55 +0000 Subject: [PATCH] Fix tags on parks. --- landcover.mss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/landcover.mss b/landcover.mss index 93f65a372e..772770b054 100644 --- a/landcover.mss +++ b/landcover.mss @@ -101,8 +101,8 @@ } } - [landuse = 'park']::landuse, - [landuse = 'recreation_ground']::landuse { + [leisure = 'park']::leisure, + [leisure = 'recreation_ground']::leisure { [zoom >= 10] { polygon-fill: #b6fdb6; polygon-opacity: 0.6;