Problems showing mapInfo text layer without OGR

Andrew Williams awilliams at RAPIDMAP.COM.AU
Tue May 2 19:08:15 EDT 2006


Fred,
I'm no master when it come to mapserver, but don't you need to define a font in the calss declaration? eg FONT Bitmap
SIZE 2
 
We've recently ported our Mapserver environment from Linux (worked perfectly) to a Windows environment.
 
We had and continue to have problems with fonts. We don't seem to be able to use true type fonts (I'm sure we'll sort it out). Hence my suggestion for Bitmap fonts.
 
regards
Andrew

	-----Original Message----- 
	From: Frederico Lucca [mailto:fredlucca at GMAIL.COM] 
	Sent: Wed 5/3/2006 12:58 AM 
	To: MAPSERVER-USERS at LISTS.UMN.EDU 
	Cc: 
	Subject: [UMN_MAPSERVER-USERS] Problems showing mapInfo text layer without OGR
	
	
	Hello all,
	
	I have a mapinfo text layer and i need to view it on the map.
	I use ogr2ogr to convert to esri shape format and put in my mapfile but i can't see the layer.
	I have a multi-thread environment, then i don't want to use OGR, because of mutex. 
	
	LAYER
	 NAME TB
	 TYPE annotation
	 #STYLEITEM "auto"
	 #CONNECTIONTYPE ogr
	 #CONNECTION "/var/www/maps/TB.TAB"
	 DATA "/var/www/maps/shp/TB"
	 STATUS DEFAULT
	 MINSCALE 1 
	 MAXSCALE 50000
	 CLASS
	  COLOR 255 0 0
	  OUTLINECOLOR 171 158 137
	 END
	END
	
	Thanks in advance.
	
	Fred
	
	-- 
	"Everything under the sun is in tune
	But the sun is eclipsed by the moon" 



More information about the mapserver-users mailing list