Add amenity=parking rendering

This commit is contained in:
John Firebaugh
2013-01-17 21:10:30 -08:00
parent c5afec0f98
commit abb5d83d9c
+7
View File
@@ -198,6 +198,13 @@ path.multipolygon.tag-leisure-park {
fill-opacity: 0.2;
}
path.area.tag-amenity-parking,
path.multipolygon.tag-amenity-parking {
stroke: #beb267;
stroke-width: 1;
fill: #edecc0;
}
/* highways */
path.stroke.tag-highway-residential {
stroke:#fff;