[Mapserver-users] size of points?

David Fawcett David.Fawcett at state.mn.us
Wed Dec 17 10:50:31 EST 2003


In your CLASS, set a SYMBOL and SIZE.  

http://mapserver.gis.umn.edu/doc40/mapfile-reference.html#class 

CLASS
   SYMBOL 'circle'
   SIZE 10
END


*to do this, you have to have a symbol file containing a symbol called
'circle' or define it in-line
You can also mess around with MINSIZE and MAXSIZE

David.



David J. Fawcett
MN Office of Environmental Assistance

>>> "Murat Isik" <muratisik at megatek.com.tr> 12/17/2003 9:35:47 AM >>>
Hello,
I have the following layer which is POINT type:

LAYER
  NAME place_name
  TYPE point
  STATUS OFF
  DATA place_name
  LABELCACHE ON
  LABELITEM 'NAME'
  CLASS
   NAME 'NAME'
   COLOR 0 0 0
    LABEL
      TYPE truetype
#      FORCE true
      FONT arial
      COLOR 128 0 64
      ANGLE AUTO
      POSITION AUTO
      MINSIZE 2
      SIZE 6
   END
  END
END


I can get the size of the labels to change but  I could not find how to
print bigger points, the points which get labelled. Is there a way to do
enlarge the points?

Have a nice day

Murat Isik



More information about the mapserver-users mailing list