<br><br>Lately, <br><br>rType = { <br> 'Functioning': { strokeColor:"#0aa989", strokeWidth: 7 },<br> 'Schematic road': { strokeColor:"#ff0000", strokeWidth: 4 },<br> 'Compiled road connector': { strokeColor:"#f4a427", strokeWidth: 3 }<br>
};<br><br>Is working even without first declaring the variable rType. I'm really interested in the abbreviated version of the road types as in the non-working code above. I'm founding myself on the example @>>> <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>