I`m trying to sylte a layer with MultiPolygon [the_geom] geometry.At scale < 5000 I´d like to show only borders under scale 500 labelsas well. Unfortunately strokes are never shown. What am I doing wrong?
This is what I have:
[@scale < 5000] { stroke-width: 0.26; stroke: black; fill-geometry: [the_geom];}[@scale < 500] { label: [count]; label-geometry: [label_pos]; font-family: SansSerif; font-style: normal; font-style: regular; font-size: 10; label-anchor: 0.5 0.5; font-fill: #333333; stroke-width: 0.26; stroke: black; fill-geometry: [the_geom];}thanks!
أكثر...
This is what I have:
[@scale < 5000] { stroke-width: 0.26; stroke: black; fill-geometry: [the_geom];}[@scale < 500] { label: [count]; label-geometry: [label_pos]; font-family: SansSerif; font-style: normal; font-style: regular; font-size: 10; label-anchor: 0.5 0.5; font-fill: #333333; stroke-width: 0.26; stroke: black; fill-geometry: [the_geom];}thanks!
أكثر...