Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

line-offset #32

Open
ungarj opened this issue Mar 25, 2016 · 2 comments
Open

line-offset #32

ungarj opened this issue Mar 25, 2016 · 2 comments

Comments

@ungarj
Copy link

ungarj commented Mar 25, 2016

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?

@olt
Copy link
Member

olt commented Mar 29, 2016

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

@ungarj
Copy link
Author

ungarj commented Mar 29, 2016

Ok, good to know, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants