aboutsummaryrefslogtreecommitdiff
path: root/buildings.mss
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2014-04-17 14:15:25 +0100
committerChristopher Baines <mail@cbaines.net>2014-04-17 14:15:25 +0100
commite5acdb08d6a5d251ada74374a0bbfdda115b4c20 (patch)
tree41565aea6bad5d40516f6c291dda952dfaadc805 /buildings.mss
downloadopenstreetmap-carto-e5acdb08d6a5d251ada74374a0bbfdda115b4c20.tar
openstreetmap-carto-e5acdb08d6a5d251ada74374a0bbfdda115b4c20.tar.gz
Imported Upstream version 2.13.0upstream/2.13.0upstream
Diffstat (limited to 'buildings.mss')
-rw-r--r--buildings.mss52
1 files changed, 52 insertions, 0 deletions
diff --git a/buildings.mss b/buildings.mss
new file mode 100644
index 0000000..9e988c4
--- /dev/null
+++ b/buildings.mss
@@ -0,0 +1,52 @@
+#buildings-lz {
+ [zoom >= 10] {
+ [railway = 'station']::railway,
+ [building = 'station'] {
+ polygon-fill: #d4aaaa;
+ polygon-clip: false;
+ }
+
+ [building = 'supermarket'] {
+ polygon-fill: pink;
+ polygon-opacity: 0.5;
+ polygon-clip: false;
+ }
+
+ [amenity = 'place_of_worship']::amenity {
+ polygon-opacity: 0.5;
+ polygon-fill: #777;
+ polygon-clip: false;
+ [zoom >= 15] {
+ polygon-opacity: 0.9;
+ polygon-fill: #aaa;
+ line-width: 0.3;
+ line-color: #111;
+ }
+ }
+ }
+}
+
+#buildings {
+ [building = 'INT-light'][zoom >= 12] {
+ polygon-fill: #bca9a9;
+ polygon-opacity: 0.7;
+ polygon-clip: false;
+ }
+ [building != 'INT-light'][building != ''][zoom >= 12] {
+ polygon-fill: #bca9a9;
+ polygon-opacity: 0.9;
+ polygon-clip: false;
+ [zoom >= 16] {
+ line-color: #330066;
+ line-width: 0.2;
+ }
+ }
+ [aeroway = 'terminal'][zoom >= 12]::aeroway {
+ polygon-fill: #cc99ff;
+ polygon-clip: false;
+ [zoom >= 14] {
+ line-color: #330066;
+ line-width: 0.2;
+ }
+ }
+}