<div dir="ltr">Hi all;<br><br>I'm trying to add a style to a geojson layer which is composed by a simple multipolygon but it can't be applied...<br><br>This is the code:<br><br><br clear="all"><b>{ "type": "MultiPolygon",<br>
"coordinates": [<br> [[[102.0, 2.0], [103.0, 2.0], [103.0, 3.0], [102.0, 3.0], [102.0, 2.0]]],<br> [[[100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0]],<br> [[100.2, 0.2], [100.8, 0.2], [100.8, 0.8], [100.2, 0.8], [100.2, 0.2]]]<br>
],<br> <br> "style":{<br> //all SVG styles allowed<br> "fill":"red",<br> "stroke-width":"3",<br> "fill-opacity":0.6<br> }<br>
<br> <br> }</b><br> <br>regards;<br>-- <br><div dir="ltr">Wael Tarhouni<br>Ingénieur en Réseaux informatiques et Télécommunications de l'INSAT<br><div><a><br>(+216) 22 239 551</a></div></div>
</div>