Hi all,<div><br></div><div>I&#39;m working on an administration tool for our Flex/PHP/Mapserver application. The goal is to render the styles and change parameters dynamically on the clien application by using a URL like this :</div>
<div><br></div><div><a href="http://my_server/fcgi-bin/mapserv?map=my_mapfile.map&amp;map.layer[couche_s].class[0].style[0]=ANGLE+30+COLOR+200+100+50+SYMBOL+hachure+SIZE+5&amp;icon=couche_s,0&amp;mode=legendicon">http://my_server/fcgi-bin/mapserv?map=my_mapfile.map&amp;map.layer[couche_s].class[0].style[0]=ANGLE+30+COLOR+200+100+50+SYMBOL+hachure+SIZE+5&amp;icon=couche_s,0&amp;mode=legendicon</a></div>
<div><br></div><div>It works for parameters like COLOR, OUTLINECOLOR, SYMBOL, WIDTH, SIZE but with parameter GAP it throws an error : loadStyle(): Unknown identifier. Parsing error near (GAP):(line 1) </div><div><br></div>
<div>If the style is written in the mapfile, the legend icon renders using this URL : <a href="http://my_server/fcgi-bin/mapserv?map=my_mapfile.map&amp;&amp;icon=couche_s,0&amp;mode=legendicon">http://my_server/fcgi-bin/mapserv?map=my_mapfile.map&amp;&amp;icon=couche_s,0&amp;mode=legendicon</a></div>
<div><br></div><div><div>      STYLE</div><div>        ANGLE 30</div><div>        COLOR 200 100 50</div><div>        GAP 3</div><div>        SIZE 5</div><div>        SYMBOL &quot;hachure&quot;</div><div>     END</div><div>
<br></div><div>Where is the problem ?</div><div><br></div><div>Thanks</div>-- <br>Jean Pierre MALOBERTI<br>
</div>