2

I'm trying to set my shields on the map which contain only image (I don't want any text at all - only img). I can't change size of img. I tried markers too but I can't get them orientated like shields (no rotation, shield on the line).

How can I achieve that?

enter image description here

As you can see icons are way too big but I don't want to change size of files.

    #rowerowe {
    [colour='red']{
    shield-file:  url("D:\Leaflet\img\red.png");

    shield-face-name:"Arial Bold";
    shield-size:16;
    shield-fill: black;
    shield-line-spacing:5;
    shield-min-distance:1;
    shield-allow-overlap:false;
    shield-placement:line;
    shield-dx:150;
    shield-spacing:450;
    }
 }

Here's the same with markers, I can change size but can't change orientation to "top".

enter image description here

#rowerowe {
    [colour='red']{
    marker-file:  url("D:\Leaflet\img\red.png");
    marker-width:24;
    marker-height:24;
    marker-placement:line;
    marker-spacing: 200;

    }
 }
PolyGeo
  • 65,136
  • 29
  • 109
  • 338
Voyteck
  • 81
  • 1
  • 6

0 Answers0