i have a multipolygon geometry like this:
I need somehow to split this geometry to smaller polygons, to gray ones. So, i would like to ask if it is possible and how i could do that. Thanks.
Depending upon the implementation you are using, a multi-polygon is a collection of polygons. If you can obtain a list of the polygons comprising the multi-polygon via you implementation's API then you are a large way to doing what you need.