aboutsummaryrefslogtreecommitdiff
path: root/citywalls.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 /citywalls.mss
downloadopenstreetmap-carto-e5acdb08d6a5d251ada74374a0bbfdda115b4c20.tar
openstreetmap-carto-e5acdb08d6a5d251ada74374a0bbfdda115b4c20.tar.gz
Imported Upstream version 2.13.0upstream/2.13.0upstream
Diffstat (limited to 'citywalls.mss')
-rw-r--r--citywalls.mss24
1 files changed, 24 insertions, 0 deletions
diff --git a/citywalls.mss b/citywalls.mss
new file mode 100644
index 0000000..02ae59d
--- /dev/null
+++ b/citywalls.mss
@@ -0,0 +1,24 @@
+#citywalls {
+ [zoom >= 14] {
+ line-color: grey;
+ line-width: 4;
+ line-opacity: 0.8;
+ [zoom >= 15] {
+ line-width: 6;
+ }
+ [zoom >= 16] {
+ line-width: 9;
+ }
+ }
+}
+
+.castlewalls {
+ [zoom >= 14] {
+ line-color: #999;
+ line-width: 1;
+ }
+ [zoom >= 16] {
+ line-color: #888;
+ line-width: 2;
+ }
+}