summaryrefslogtreecommitdiff
path: root/bicycle-parking.mss
diff options
context:
space:
mode:
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;
+ }
+}