Re: [mapserver-users] modify symbol size using expression

2014-03-31 Thread thomas bonfort
Travis,

short answer: no

long answer: you can do it indirectly if using a rdbms backend: select
..., myattribute+1 as myattribute from table

regards,
thomas

On 31 March 2014 16:16, Travis Kirstine  wrote:
> Is it possible to change the symbol size (point feature) using a expression
> or dynamically create attributes
>
> For example
>
> LAYER
>   foo = [myattribute] + 1
>   ...
>   STYLE
>  SIZE = [foo]
>   ..
>
> OR
>
> LAYER
>
>STYLE
>   SIZE = [foo] / 5
>
>
> Thanks
>
>
>
>
>
> ___
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] modify symbol size using expression

2014-03-31 Thread Travis Kirstine
Is it possible to change the symbol size (point feature) using a expression
or dynamically create attributes

For example

LAYER
  foo = [myattribute] + 1
  ...
  STYLE
 SIZE = [foo]
  ..

OR

LAYER
   
   STYLE
  SIZE = [foo] / 5


Thanks
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users