magnacarto icon indicating copy to clipboard operation
magnacarto copied to clipboard

line-offset

Open ungarj opened this issue 9 years ago • 2 comments
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?

ungarj avatar Mar 25 '16 11:03 ungarj

Not all Mapserver style options are available from Magnacarto. Line-offset is still missing.

olt avatar Mar 29 '16 06:03 olt

Ok, good to know, thanks!

ungarj avatar Mar 29 '16 07:03 ungarj