Hi,
Is it possible to use addFeatures with MultiPolygon geometry? I'm using JS API 4.10 and I'm trying to change the geometry to Polygon. Is this right way do it or is there another way? Example is appreciated.
Br,
Markus
Solved! Go to Solution.
Finally found the problem..... it was on the JS api side when I was running though array with .map.
So I changed to .flatMap() and it started to work.
Thanks your help guys.
OK - good to hear the problem is solved 🙂