Re: [mapserver-users] CGI controls - Symbol

2008-07-14 Thread Steve Lime
Looking at the code I see why referencing another named symbol won't work either. Same reason as with an image. If you reference the symbol by index then you'll have a shot at making this work as the code sits now... Steve >>> On 7/14/2008 at 11:57 AM, in message <[EMAIL PROTECTED]>, Ben Brehme

Re: [mapserver-users] CGI controls - Symbol

2008-07-14 Thread Ben Brehmer
Thanks Steve, Just tried creating a symbol image in my mapfile and referencing that through the URL with no luck. I've created a ticket for this: http://trac.osgeo.org/mapserver/ticket/2700 Cheers, Ben Steve Lime wrote: I wonder if this is related to using an image. If you define another n

Re: [mapserver-users] CGI controls - Symbol

2008-07-14 Thread Steve Lime
I wonder if this is related to using an image. If you define another named symbol in your mapfile, e.g.: SYMBOL TYPE PIXMAP NAME 'blue_star' IMAGE ./blue_star.gif END and then try to reference it: ...&map.layer[0].CLASS[0].STYLE[0]=SYMBOL+'blue_star'&... Does that work? Might be a reas

[mapserver-users] CGI controls - Symbol

2008-07-11 Thread Ben Brehmer
Dear All, Just wondering if there are any known problems when trying to modify a symbol via the URL in Mapserver 5.0.3. I am trying to do on-the-fly symbol changes with the CGI variables as follows: ...&map.layer[0].CLASS[0].STYLE[0]=SYMBOL+'./blue_star.gif'&... The above produces no erro