Opened 12 years ago

Closed 12 years ago

#4064 closed defect (fixed)

Inline features are only draw using the first class

Reported by: aboudreault Owned by: sdlime
Priority: normal Milestone:
Component: MapServer C Library Version: unspecified
Severity: normal Keywords:
Cc:

Description

It seems that there is only the first class of a layer that is considered when drawing an inline feature. Layer definition example:

LAYER
   NAME poly
   TYPE POLYGON
   STATUS DEFAULT
   FEATURE
   POINTS
   -1200000 -512631 2072800 1840000
   -100000 -512631 272800 140000
   END
		END

		CLASS # No outline
			MINSCALEDENOM 10000000
			OUTLINECOLOR 0 255 0
			COLOR 0 255 0
		END

		CLASS # With outline
			MAXSCALEDENOM 10000000
			OUTLINECOLOR 0 0 0
			COLOR 0 255 0
		END
	END

END # MAP

At scale 10000000, the shape just disappear

Change History (2)

comment:1 by aboudreault, 12 years ago

Steve, I see that I fixed that issue in r12728 6 weeks ago.... Can you just take a quick look and see if you see any side-effects about that?

comment:2 by sdlime, 12 years ago

Resolution: fixed
Status: newclosed

Should be ok. Closing... Steve

Note: See TracTickets for help on using tickets.