I have MULTIPOLYGON in my PostGIS database to store countries (with islands etc.). But I need to add holes to my borders for lakes. How can I store multipolygon with holes?
I am using ST_SetSRID(ST_Multi(ST_GeomFromText('POLYGON(...)')), 4326) to create multipolygon
أكثر...