Opened 13 years ago

Closed 13 years ago

#3891 closed defect (invalid)

polygon with filled symbol and an outline problem

Reported by: assefa Owned by: tbonfort
Priority: normal Milestone:
Component: Renderer API Version: 6.0
Severity: normal Keywords:
Cc:

Description

in 5.6, on a polygon layer we could define 2 styles, 1st with a vector symbol and the second with an outline color:

STYLE
   COLOR 120 120 120
    SYMBOL 'star'
    SIZE 12
END
 STYLE
   OUTLINECOLOR 255 0 0
      WIDTH 5
   END

in 6.0 this same setting seems to put a solid while fill for the second style, hiding the symbol fill from the first line.

I have not seen any mention of this change

Attachments (1)

bug3891.zip (58.9 KB ) - added by assefa 13 years ago.
map file and pngs produced

Download all attachments as: .zip

Change History (10)

comment:1 by tbonfort, 13 years ago

Assefa, I use that notation extensively and have not had issues with it. are you sure that's the only style affecting the polygon area?

can you attach mapfile and screenshot?

by assefa, 13 years ago

Attachment: bug3891.zip added

map file and pngs produced

comment:2 by assefa, 13 years ago

I have attached the map file and 2 pngs:

the first 1: bug3891_1.png is where the style that has the outlinecolor is 2nd the 2nd pcg is where the tyle that has the outlinecolor is 1st.

The data is gmap. I can attache it if you need it.

url looks like this: http://localhost/cgi-bin/mapserv.exe?map=f:/msapps/gmap-ms40/htdocs/bug3891.map&mode=map&layers=prov_bound2&map_imagetype=png24

comment:3 by tbonfort, 13 years ago

see r11754 , there seems to be no problem I can see

comment:4 by assefa, 13 years ago

Thomas,

The case I was reporting had 2 styles in the class, one style with an outline and one style with filled symbol. If you put the the style with the outline as the 2nd style, It is hiding the first style (filled symbol). I think the tests committed in r11754 only have one style?

comment:5 by tbonfort, 13 years ago

test case modified in r11756 , I still see no issue.

comment:6 by assefa, 13 years ago

Thomas, thanks for the tests. I will report later today on this. It might just be a problem on windows. I have the problem locally and the guy reporting this on the list is also o windows (he is using ms4w which is a different build than mine)

comment:7 by tbonfort, 13 years ago

Thinking out loud:

are you sure that the polygon is being filled with a white color, or is it maybe the case that the vector fill is not being applied at all ?

comment:8 by assefa, 13 years ago

I tried yesterday setting the opacity and i could see the filled symbols. I am out of the office this am and i will confirm this as soon as i am in.

comment:9 by assefa, 13 years ago

Resolution: invalid
Status: newclosed

I did a clean build from trunk and I do not see the problem I reported. The person on the list is using a nightly build on windows and I will see with him what is the real issue. In my case local changes are likely to blame. Sorry for the noise. Marking it as invalid. If there is an issue with the SLD, I will enter a new bug.

Note: See TracTickets for help on using tickets.