Steve,
Here is an example of what I use for some points:
LAYER
GROUP "Points"
NAME "Cities"
TYPE POINT
STATUS ON
DATA "points.tab"
LABELITEM "city_nm"
CLASS
STYLE
SYMBOL "circle"
COLOR 0 0 0
OUTLINECOLOR 255 255 255
SIZE 12
END
LABEL
TYPE TRUETYPE
FONT "sans"
SIZE 7
POSITION CR
OFFSET 0 2
ANGLE AUTO
BUFFER 3
MINDISTANCE 30
MINFEATURESIZE 10
COLOR 0 0 0
OUTLINECOLOR 245 245 231
SHADOWSIZE 3 3
BACKGROUNDSHADOWSIZE 1 -1
END
END
END
----
Timothy J Nolte - [EMAIL PROTECTED]
Associate Network Planning Engineer
iPCS Wireless, Inc.
4717 Broadmoor Ave, Suite G
Kentwood, MI 49512
Office: 616-656-5163
PCS: 616-706-2438
Fax: 616-554-6484
Web: www.ipcswirelessinc.com
-----Original Message-----
From: UMN MapServer Users List [mailto:[EMAIL PROTECTED] On
Behalf Of Steve Toutant
Sent: Friday, February 01, 2008 10:20 AM
To: [email protected]
Subject: [UMN_MAPSERVER-USERS] mapInfo Point Feature
I have trouble displaying a feature. If I enabled STYLEITEM "AUTO" the
layers
is shown, if I disable it I is not.
Also, I can't figure out how to manage the symbology of the points, the
color,
the size, etc...
Any tip would be appreciate...
thanks!
steve
LAYER
NAME med
TYPE POINT
STATUS ON
CONNECTIONTYPE OGR
CONNECTION "Clinique_medicale.TAB"
# STYLEITEM "AUTO"
CLASS
NAME "med"
COLOR 255 255 0
END
END