]> git.0d.be Git - hdm-toner-cartocss.git/commitdiff
remove POI
authorFrédéric Péters <fpeters@0d.be>
Tue, 7 Dec 2021 07:28:03 +0000 (08:28 +0100)
committerFrédéric Péters <fpeters@0d.be>
Tue, 7 Dec 2021 07:28:03 +0000 (08:28 +0100)
labels.mss
project.yml

index 6c026f5eee71c4269536d431c796e9f7c511299d..90c27a77527be9c0aaef47b18446ae246e3a00c9 100644 (file)
 }
 
 
-// =====================================================================
-// POI LABELS
-// =====================================================================
-.poi::label[zoom>=16] {
-    text-name: "";
-    text-face-name: @medium;
-    text-size: 10;
-    text-wrap-width: 30;
-    text-fill: @poi_text;
-    text-halo-fill: @poi_halo;
-    text-dy: 12;
-    text-dx: 12;
-    text-placement: point;
-    text-halo-radius: 1;
-    text-label-position-tolerance: 18;
-    text-placement-type: simple;
-    text-placements: "S,N,W,E";
-    text-avoid-edges: true;
-    text-clip: false;
-    text-character-spacing: -0.5;
-    [zoom>=16] {
-        /* Prio */
-        [main='townhall'],
-        [main='fire_station'],
-        [main='hospital'] {
-            text-name: "[name]";
-            [zoom>=19] {
-                text-face-name: @bold;
-            }
-        }
-        [main='school'],
-        [main='university'],
-        [main='government'],
-        [main='pharmacy'] {
-            text-min-distance: 2;
-            text-name: "[name]";
-            [zoom>=19] {
-                text-face-name: @bold;
-            }
-        }
-    }
-    [zoom>=18] {
-        /* Prio */
-        [main='courthouse'],
-        [main='bank'],
-        [main='post_office'],
-        [main='bus_stop'],
-        [main='ngo'],
-        [main='alpine_hut'],
-        [main='guest_house'],
-        [main='hostel'],
-        [main='hotel'],
-        [main='motel'],
-        [main='viewpoint'],
-        [main='camp_site'],
-        [main='museum'],
-        [main='beach_resort'],
-        [main='embassy'],
-        [main='doctors'],
-        [main='clinic'],
-        [main='library'],
-        [main='theatre'],
-        [main='restaurant'],
-        [main='kindergarten'],
-        [main='cafe'],
-        [main='bar'],
-        [main='studio'],
-        [main='car_rental'],
-        [main='money_transfer'],
-        [main='fuel'],
-        [main='social_facility'],
-        [main='community_centre'],
-        [main='dentist'],
-        [main='arts_centre'],
-        [main='fast_food'],
-        [main='pub'],
-        [main='place_of_worship'] {
-            text-name: "[name]";
-        }
-    }
-    [zoom>=19] {
-        [main='cinema'] {
-            text-name: "[name]";
-            text-fill: @poi_text2;
-        }
-    }
-}
-.poi::craft[zoom>=18][craft!=null],
-.poi::shop[zoom>=19][shop!=null] {
-  text-face-name: @medium;
-  text-size: 10;
-  text-wrap-width: 30;
-  text-fill: @poi_text2;
-  text-halo-fill: @poi_halo;
-  text-dy: 12;
-  text-dx: 12;
-  text-placement: point;
-  text-halo-radius: 2;
-  text-label-position-tolerance: 18;
-  text-placement-type: simple;
-  text-placements: 'S,N,W,E';
-  text-avoid-edges: true;
-  text-name: '[name]';
-}
-
 // =====================================================================
 // AREA LABELS
 // =====================================================================
index 7b4c3d1c0c3230a67e749363415177f223854fcb..c2f2e17708a0d3153559ad7c9fd121cd8693142f 100644 (file)
@@ -39,7 +39,6 @@ Stylesheet:
   - "palette.mss"
   - "base.mss"
   - "roads.mss"
-  - "poi.mss"
   - "power.mss"
   - "labels.mss"