question for the wider collective and users of the plugin,
I have a GEOJson file that contains multipolygons that produces this when displayed though the plugin…
however when I extract the coordinates and plot them onto a map I get this…
which looks like the ‘pen’ is not being lifted between moving from the last coordinate of one shape to the first coordinate of the next shape.
I’ve tried various things like having each shape contained with combinations of brackets eg…
[[x,y,x,y,xy,x,y,x,y],[a,b,ab,a,b,a,b,a,b,a,b]]
{[[x,y,x,y,xy,x,y,x,y],[a,b,ab,a,b,a,b,a,b,a,b]]}
{x,y,x,y,xy,x,y,x,ya},{b,ab,a,b,a,b,a,b,a,b}
“lat”:x,“lng”:,y
does anyone know off the top of their head if it’s possible to have multiple non connecting polygons on the map and if so how did you delimit them?