But what I want is to homogenize an entire layer, for example, a layer
containing both multipolygons and collections, bring all components of
this layer to multipolygons.
something like this is that i want.
> "Rémi Cura" <remi...@gmail.com> escribió:
>
> But what I want is to homogenize an entire layer, for example, a
> layer containing both multipolygons and collections, bring all
> components of this layer to multipolygons.
>
> something like this is that i want.
>
>> Hey,
>> have a look at ST_CollectionExctract.
>> http://postgis.refractions.net/docs/ST_CollectionExtract.html
>>
>> Cheers,
>> Rémi-C
How can i use it, please give an exmaple