This node removes holes from polygon geometries listed in input Table.

Ports

Input Port

0   Table containing a single geometry column in GeoJSON format with other attributes. The geometry column name should be prefixed with “the_geom”.

Output Port

0   Table containing geometries after removing holes. Geometries are in a single column in GeoJSON format with other attributes. The geometry column name is prefixed with “the_geom”.

Further Details


Type

Processing

Related functions

See related functionions in PostGIS ST_Boundary.