magnacarto
magnacarto copied to clipboard
line-offset
trafficstars
First of all, thanks for magnacarto!
Evaluating our current mapserver renderings, I stumbled over this. It seems that line-offset
line-offset: -1.0;
line-width: 1;
line-color: @water_outer;
line-opacity: 0.5;
line-cap: round;
is not being translated to the mapfile:
STYLE
WIDTH 1
COLOR "#eeeae1"
OPACITY 50
LINECAP ROUND
LINEJOIN MITER
END
although mapserver seems to support it.
Any ideas?
Not all Mapserver style options are available from Magnacarto. Line-offset is still missing.
Ok, good to know, thanks!