<div dir="ltr">Hi All;<br><br>Excuse me for this question but i'm trying to add a style to a simple Multipolygon in a GeoJson file but it can't be applied!<br><br>This is the code :<br><br><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 clear="all"><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>