Don't fill multipolygon boundaries (fixes #426)

This commit is contained in:
John Firebaugh
2013-01-21 20:32:56 -05:00
parent c8bee263e9
commit c05f3ea7f4

View File

@@ -224,6 +224,10 @@ path.multipolygon.tag-amenity-parking {
fill: #edecc0;
}
path.multipolygon.tag-boundary {
fill: none;
}
/* highways */
path.shadow.tag-highway {