Hello,<br>I am exploring with ka-map from last 2 and half month <br>as to develope GIS system. Now I am trying to put <br>QueryBuilder (help of ka-routing example ) with the existing basic system.<br>For that I successfully carried out work for the simple one layered queries.
<br>But before proceeding to the complex cross layered queries I want to introduce the <br>styling the query results on user defined values.<br><br>Where I stucked at .<br>I am currently trying to use user defined colors instead defaults.
<br>For that I tried following three methods.<br>&nbsp;$l=$oMap-&gt;getLayerByName(&quot;dquery_polygon&quot;);<br>&nbsp;$c = $l-&gt;getClass(0);<br>&nbsp;$s = $c-&gt;getStyle(0);<br><br>a)<br>$s-&gt;set(&#39;outlinecolor&#39;,&#39;255 0 0&#39;);
<br><br>b)<br clear="all">&nbsp;$colArr = explode(&quot; &quot;,$_GET[$k]);<br>&nbsp;$s-&gt;color-&gt;setRGB($colArr[0],$colArr[1],$colArr[2]);<br>$s-&gt;outlinecolor-&gt;setRGB($colArr[0],$colArr[1],$colArr[2]);<br><br>c)<br>$color = $s-&gt;outlinecolor;
<br>$color-&gt;red = $colArr[0];<br>$color-&gt;green = $colArr[1];<br>$color-&gt;blue = $colArr[2];<br><br>But not getting the desired output layer gets formed but unable to see output which <br>was there before introducing this output formatting.
<br>And not getting any specific error also.<br><br>Please help me in this regards.<br><br>Regards<br>-- <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(((())))<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(@ @)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (_)<br>+----oOO------------Ooo----------+<br>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gupteshwar D Joshi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|
<br>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br>+------------------------------------+&nbsp;&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|___|___|&nbsp;&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | | | |<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ooO Ooo