summaryrefslogtreecommitdiff
path: root/bicycle-parking.mss
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2013-08-07 20:50:08 +0100
committerChristopher Baines <cbaines8@gmail.com>2013-08-07 20:50:08 +0100
commitb20d088379c15719b1738dcbe1dcbf0e9d13d262 (patch)
treeb51952265cb922d685b3a42705d6466f777ab189 /bicycle-parking.mss
downloadsum-carto-b20d088379c15719b1738dcbe1dcbf0e9d13d262.tar
sum-carto-b20d088379c15719b1738dcbe1dcbf0e9d13d262.tar.gz
Initial commit
Diffstat (limited to 'bicycle-parking.mss')
-rwxr-xr-xbicycle-parking.mss29
1 files changed, 29 insertions, 0 deletions
diff --git a/bicycle-parking.mss b/bicycle-parking.mss
new file mode 100755
index 0000000..026d034
--- /dev/null
+++ b/bicycle-parking.mss
@@ -0,0 +1,29 @@
+#bicycle-parking-points {
+ [zoom >= 16] {
+ point-file: url('symbols/bicycle-parking.p.16.png');
+ point-placement: interior;
+ text-name: "[capacity]";
+ text-size: 12;
+ text-fill: #3dba2f;
+ text-dy: 10;
+ text-face-name: @bold-fonts;
+ text-halo-radius: 1;
+ text-placement: interior;
+ }
+}
+
+#bicycle-parking-areas {
+ [zoom >= 16] {
+ point-file: url('symbols/bicycle-parking.p.16.png');
+ point-placement: interior;
+ text-name: "[capacity]";
+ text-size: 12;
+ text-fill: #3dba2f;
+ text-dy: 10;
+ text-face-name: @bold-fonts;
+ text-halo-radius: 1;
+ text-placement: interior;
+ line-width: 0.5;
+ line-color: #3dba2f;
+ }
+}