]> git.0d.be Git - hdm-toner-cartocss.git/commitdiff
adjust park labels style
authorFrédéric Péters <fpeters@0d.be>
Tue, 7 Dec 2021 07:33:21 +0000 (08:33 +0100)
committerFrédéric Péters <fpeters@0d.be>
Tue, 7 Dec 2021 07:33:21 +0000 (08:33 +0100)
labels.mss

index 90c27a77527be9c0aaef47b18446ae246e3a00c9..33259c3cb15d1faedf328d51487fdfa1a5c11376 100644 (file)
     // Specific style overrides for different types of areas:
     [type='park'][zoom>=10] {
       text-face-name: @regular;
-      text-fill: @park * 0.6;
-      text-halo-fill: lighten(@park, 10);
+      text-fill: #000000;
+      text-halo-fill: #FFFFFF;
     }
     [type='golf_course'][zoom>=10] {
       text-fill: @sports * 0.6;
     }
   }
   [zoom=15][area>1600000],
-  [zoom=16][area>80000],
+  [zoom=16][area>20000],
   [zoom=17][area>20000],
   [zoom=18][area>5000] {
+    text-face-name: @regular;
     text-name: "[name]";
     text-size: 13;
     text-wrap-width: 60;