create circle mapserver
anhtin
anhtin at GMAIL.COM
Tue Jul 31 02:57:49 PDT 2007
hi all
i have question
I have layer ticket
LAYER
#ProvinceLable
NAME "17"
CONNECTIONTYPE postgis
CONNECTION "host=10.0.0.9 dbname=demo user=postgres password=123456
port=5432"
DATA "the_geom FROM ticket"
STATUS ON
TYPE ANNOTATION
LABELMINSCALE 500000
LABELITEM "gid"
CLASSITEM "name"
CLASS
#EXPRESSION /./
#COLOR -1 -1 -1
LABEL
ANGLE AUTO
COLOR 0 0 0
# FONT "Arial"
FONT "vnarial"
# OUTLINECOLOR 255 255 255
# SHADOWSIZE 1 1
TYPE truetype
SIZE 9
POSITION CC
PARTIALS FALSE
BUFFER 2
END # end of label
END # end of States class object
END # end of layer
END
it show lable for me, And now i want create circle with coordinate in layer
ticket
how can i do it
note: i create point demo and it ok
MAP
NAME MAP_POINTS
SIZE 600 300
EXTENT -180 -90 180 90
TRANSPARENT ON
SYMBOL
NAME "circle"
TYPE ELLIPSE
FILLED TRUE
POINTS
1 1
END
END
LAYER
NAME custom_points1
TYPE POINT
STATUS ON
#TRANSPARENT ON
#TRANSPARENCY 5
FEATURE # Inline feature definition
POINTS
-51 54
END
TEXT "My Place"
END
CLASS
COLOR 0 0 0
OUTLINECOLOR 255 255 255
SYMBOL "circle"
SIZE 10
LABEL
POSITION AUTO
COLOR 250 0 0
OUTLINECOLOR 255 255 255
END
END
END
END
--
View this message in context: http://www.nabble.com/create-circle-mapserver-tf4191977.html#a11921216
Sent from the Mapserver - User mailing list archive at Nabble.com.
More information about the MapServer-users
mailing list