MapTools.org

[maplab-users] (no subject)

Christopher R. Thorne thorne@dmsolutions.ca
Fri, 30 May 2003 12:03:11 -0400
Hello,

You can use the SIZE object which is found in the CLASS object.
The default value is SIZE 1.
e.g.
LAYER
   NAME road
   METADATA
     "DESCRIPTION" "Roads"
   END
   TYPE LINE
   STATUS OFF
   DATA road
   CLASS
     NAME "Roads"
     SYMBOL 0
     COLOR 220 0 0
   END
END # Layer

LAYER
   NAME road
   METADATA
     "DESCRIPTION" "Roads"
   END
   TYPE LINE
   STATUS OFF
   DATA road
   CLASS
     NAME "Roads"
     SYMBOL 0
     SIZE 2
     COLOR 220 0 0
   END
END # Layer

A good reference in what is offered in these Objects is.

http://mapserver.gis.umn.edu/doc36/phpmapscript-class-guide.html

Chris


Fabrice ANDREI (Ifree-ORE) wrote:
> Hello. I have a little problem with mapserver : I have to change the thickness of lines (roads), but, I don't found how to do this in the demo.map. Some has the solution ?
> 
> Thx.
> 
> Fabrice ANDREI
> 
> _______________________________________________
> Maplab-users mailing list
> Maplab-users@dmsolutions.ca
> http://lists.dmsolutions.ca/mailman/listinfo/maplab-users
> 


-- 
Christopher R. Thorne
GIS Specialist,
DM Solutions Group Inc.

http://www.dmsolutions.ca
email: thorne@dmsolutions.ca
Phone: (613) 565-5056 ext.22
Fax :  (613) 565-0925
------------------------------




This archive was generated by Pipermail.