[MAPSERVER-USERS] How TO change color of a layer using mapscript(without editing mapfile)

Carlo Pelliconi c.pelliconi at sis-ter.it
Wed Apr 30 10:49:54 EDT 2008


This is PHP but you can use the same steps:

Find your target layer:
$layer = $map->getLayerByName( "Target" );
Define a class in target layer:
$class = ms_newClassObj( $layer );
Define a style in that class:
$style = ms_newStyleObj( $class );
Set colors for your style:
$style->color->setRGB( 255, 0, 0 );
$style->outlinecolor->setRGB( 255, 0, 0 );

Hope this helps

Bye, Carlo

yatendra ha scritto:
> Hi friends,
> I am using asp.net to develop application on mapserver.
> I want to change layer color available in my mapfile.
> Is it possible to change layer color without editing layer in mapfile?
> What function do i need to use to do this?
> Can i give unique value to each feature?
> Is it also possible?
> Please reply if any one know regarding this.
> any idea will also be helpful to me...
> Thanks regards
>   


-- 
ing. Carlo Pelliconi
c.pelliconi at sis-ter.it
SIS.TER S.p.A.
www.sis-ter.it
via Mentana, 10
40026 Imola (BO) Italy
tel     +39 0542 364034
fax     +39 0542 612130




ATTENZIONE!
Questo documento è indirizzato esclusivamente al destinatario. Tutte le
informazioni ivi contenute, compresi eventuali allegati, sono soggette
a riservatezza secondo i termini del D.Lgs. 196/2003 in materia di
"privacy" e ne è proibita l'utilizzazione da parte di altri soggetti. Si ricorda che la diffusione l'utilizzo e/o la conservazione dei dati ricevuti per errore costituisce violazione di carattere penale ai sensi dell'art. 616 Codice penale (Violazione, sottrazione e soppressione di corrispondenza). Se avesse ricevuto per errore questo messaggio, La preghiamo cortesemente di contattare il mittente al più presto e di cancellare il messaggio subito dopo. Grazie.

ATTENTION!
This message is being sent from Sis.Ter S.p.A. and may contain information which is confidential or privileged. If you are not the intended recipient, please advise the sender immediately by reply e-mail and delete this message and any attachments without retaining a copy. Any unauthorized use of the content of this message is a breach of your duty to respect the confidentiality of the correspondence between other persons and can expose the responsible party to civil and/or criminal penalties (D.Lgs. 196/2003 "Tutela della privacy" e art. 616 Codice penale "Violazione, sottrazione e soppressione di corrispondenza"), and may constitute a more serious offence. Thanks.

ACHTUNG!
Dieses Dokument ist ausschließlich dem Empfänger vorbehalten. Die darin enthaltenen Informationen, auch jene in etwaigen Anlagen, gelten im Sinne des Dekrets Nr. 196/2003 in Sachen "Privacy" als streng vertraulich und dürfen von anderen Personen nicht verwende werden. Wer diese Mitteilung irrtümlicherweise erhält ist gebeten uns umgehend zu informieren und anschließend die Mitteilung zu vernichten. Vielen Dank.




More information about the mapserver-users mailing list