<br><br>Lately, <br><br>rType = {  <br>        &#39;Functioning&#39;: { strokeColor:&quot;#0aa989&quot;, strokeWidth: 7 },<br>        &#39;Schematic road&#39;: { strokeColor:&quot;#ff0000&quot;, strokeWidth: 4 },<br>        &#39;Compiled road connector&#39;: { strokeColor:&quot;#f4a427&quot;, strokeWidth: 3 }<br>
        };<br><br>Is working even without first declaring the variable rType. I&#39;m really interested in the abbreviated version of the road types as in the non-working code above. I&#39;m founding myself on the example @&gt;&gt;&gt; <a href="http://dev4.mapgears.com/bdga/bdgaWFS-T.html">http://dev4.mapgears.com/bdga/bdgaWFS-T.html</a>. <br>
<br>Cheers!!!<br><br><br>