[mapserver-users] Is it posible to draw variable feature points

Luis Treviño ltrevinoh at gmail.com
Tue Jan 4 16:54:46 EST 2011


Hi list.
I would like to know if it's posible to draw a point layer with variable
coordinates as a feature using run-time variable substitution.
I want to use cgi mapserver and privide a lat / lon values as variables and
would like mapserver to draw a symbol in that point. is it posible?

I know you can't use something like this, but it's the idea.
LAYER
   NAME XX
   STATUS ON
   TYPE POINT

   FEATURE
     POINTS
  *<long value> <lat value>*
     END
   END

   CLASS
     STYLE
       SYMBOL 2
       SIZE 20
       COLOR 0 255 0  #verde
       OUTLINECOLOR 255 255 255
     END
   END
 END

Any idea or suggestion?

thanks in advance
regards,
Luis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-users/attachments/20110104/82547a32/attachment.html


More information about the mapserver-users mailing list