Opened 18 years ago

Closed 17 years ago

#1861 closed defect (duplicate)

PNG output: Point on lower edge bleeds

Reported by: kristian.thy@… Owned by: sdlime
Priority: high Milestone:
Component: MapServer CGI Version: 4.8
Severity: minor Keywords:
Cc:

Description

When drawing a point layer and one of the points' symbol touches the bottom of
the drawn image, the colour "bleeds" to the left from the point to the left edge
in the bottom row of the picture. See attached image.

Relevant SYMBOL and LAYER from the map file:

	SYMBOL
		NAME "circle"
		TYPE ELLIPSE
		POINTS
			1 1
		END
		STYLE
			1 10 1 10
		END
		FILLED TRUE
	END #symbol

	LAYER
		NAME 'foo'
		TYPE POINT
		STATUS DEFAULT
		DATA data/dk_wpt.shp

		PROJECTION
			"init=epsg:4326"
		END #projection
		METADATA
			"wms_title" "caches"
		END #metadata

		LABELITEM "name"
		LABELMAXSCALE 300000
		CLASS
			STYLE
				SYMBOL 'circle'
				SIZE 8
				COLOR 0 204 0
				OUTLINECOLOR 0 92 0
			END #style
			LABEL
				FONT "arial"
				COLOR 0 0 0
				SHADOWCOLOR 236 233 216
				SIZE 9
				ANTIALIAS TRUE
				TYPE TRUETYPE
				POSITION UC
			END #label
		END #class
	END #layer

Attachments (1)

mapserver_bleed.png (22.2 KB ) - added by kristian.thy@… 18 years ago.
Point bleed, see bottom row of image

Download all attachments as: .zip

Change History (4)

by kristian.thy@…, 18 years ago

Attachment: mapserver_bleed.png added

Point bleed, see bottom row of image

comment:1 by sdlime, 18 years ago

Status: newassigned
Kristian: What platform is MapServer running on? (is it really XP)

Bugs like this really demand a test case- data and mapfile for me to dig in. 
Otherwise it's a needle in haystack. However, if you're running Linux I might 
have an idea to try.

Steve

comment:2 by kristian.thy@…, 18 years ago

Platform: Windows XP as stated. Precompiled MapServer binary from MS4W.

I'll try to get the map file and data attached ASAP - just need to get my VPN
working.

comment:3 by kristian.thy@…, 17 years ago

Resolution: duplicate
Status: assignedclosed

*** This bug has been marked as a duplicate of 1719 ***
Note: See TracTickets for help on using tickets.