From c05f3ea7f4d34b600a88aed55316ba46daf08ecb Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 21 Jan 2013 20:32:56 -0500 Subject: [PATCH] Don't fill multipolygon boundaries (fixes #426) --- css/map.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/map.css b/css/map.css index 7985d78a4..80916685d 100644 --- a/css/map.css +++ b/css/map.css @@ -224,6 +224,10 @@ path.multipolygon.tag-amenity-parking { fill: #edecc0; } +path.multipolygon.tag-boundary { + fill: none; +} + /* highways */ path.shadow.tag-highway {