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

Issue between map_angle query string and ANGLE in the symbole #5271

Closed
sbrunner opened this issue Apr 7, 2016 · 9 comments
Closed

Issue between map_angle query string and ANGLE in the symbole #5271

sbrunner opened this issue Apr 7, 2016 · 9 comments
Milestone

Comments

@sbrunner
Copy link
Contributor

sbrunner commented Apr 7, 2016

Use mapserver version: 7.0.0

And we have the following results:
7c9644a0-6e59-11e4-9e83-bd1d5c108558

Class definition:

    CLASS
        NAME "Manchon"
        EXPRESSION "ma"
        STYLE
            SYMBOL "eau_manchon"
            SIZE   5
            ANGLE  [orientation]
        END
    END

See also: camptocamp/c2cgeoportal#1136

Thanks in advance

@tbonfort
Copy link
Member

tbonfort commented Apr 7, 2016

Looking through the code I believe there are quite a few places where the map rotation is ignored and/or incorrectly applied. The feature was mostly intended for raster data, and the support for it is minimal on the vector side. I'm available for contracting if this support on the vector side is important for you.

@sbrunner
Copy link
Contributor Author

sbrunner commented Apr 7, 2016

OK, thanks for the investigations :-)

@tbonfort
Copy link
Member

tbonfort commented Apr 7, 2016

see #1135 for the initial discussions around this

@rbovard
Copy link

rbovard commented Apr 12, 2018

Is there any chance to see this issue addressed? Or it still need a specific dev for it?

@sdlime
Copy link
Member

sdlime commented May 3, 2018

Thomas isn't particularly active at the moment so I don't think we're going to see action without someone getting excited about fixing - it's not a feature I've ever used. I wish we had Thomas' exploratory notes on the topic. Patches gratefully accepted...

@yjacolin
Copy link
Contributor

FYI, here is a MapFile project to test the problem.
ms-bug_5271.tar.gz

@sdlime sdlime added this to the 7.2 Release milestone May 29, 2018
@sdlime
Copy link
Member

sdlime commented May 29, 2018

While I'll take a look before the next beta there's a reasonable chance I'll push it out past 7.2... --Steve

rouault added a commit to rouault/mapserver that referenced this issue Jun 11, 2018
…apServer#5271)

If the symbol angle is unspecified or 0, then the map rotation is ignored.
Otherwise, the map rotation is applied.
rouault added a commit to rouault/mapserver that referenced this issue Jun 11, 2018
…apServer#5271)

If the symbol angle is unspecified or 0, then the map rotation is ignored.
Otherwise, the map rotation is applied.
rouault added a commit that referenced this issue Jun 11, 2018
Apply map rotation to symbols, similarly to the rule of labels (fixes #5271)
rouault added a commit to MapServer/MapServer-documentation that referenced this issue Jun 11, 2018
@sbrunner
Copy link
Contributor Author

@rouault can we close this issue?

@rouault rouault closed this as completed Jul 27, 2018
@rbovard
Copy link

rbovard commented Mar 1, 2019

Thanks a lot, it's working fine.

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

6 participants