[mapserver-users] Multi-line labels

maddqc qc_mad at hotmail.com
Thu Feb 2 09:33:05 EST 2012


Hi all,

I've have a problem with a mapfile that I need to show a particular label
with multi-line from my centroide_pts layer. But it doesn't work.

When I use the map mode in a browser, there is only the layer unite_eval,
but my centroide layer is not showed.

What's happening here? What can I do?

Thx

MAP
	IMAGETYPE PNG
	EXTENT 196198.810957 5012701.634582 198121.561850 5013781.503783
	SIZE 1000 1000
	UNITS meters
	SHAPEPATH	"/opt/mapping/maps/"
	IMAGECOLOR 255 255 255

	LAYER
		NAME 'centroide_pts'
		DATA './44071/centroide_pts.shp'
		STATUS OFF
		TYPE POINT
		LABELITEM 'IDENT'
		CLASS
			NAME 'centroide_pts' 
			STYLE
				SIZE 7.0 
				COLOR 0 0 0
			END
			LABEL 
				SIZE 12
				COLOR 0 0 0
				ANGLE 0
				POSITION lc
				FORCE true
				ANTIALIAS true
				PARTIALS true
			END 
		END
	END
	
	LAYER
		NAME 'unite_eval'
		DATA './44071/unite_eval.shp'		
		STATUS OFF
		TYPE POLYGON
		CLASS
			NAME 'unite_eval' 
			STYLE
				WIDTH 0.91 
				OUTLINECOLOR 0 0 0
				COLOR 152 64 149
			END
		END
	END
END

--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Multi-line-labels-tp4359187p4359187.html
Sent from the Mapserver - User mailing list archive at Nabble.com.


More information about the mapserver-users mailing list