Create a .SHP file or a .html file with the geometries.

Parameters:

Parameters:
The saveShapeGIS action button converts geographic data stored in geometry columns into various GIS-compatible output formats (e.g., HTML, SHP, GeoPackage). It is typically used at the end of a pipeline to export enriched spatial data for external usage or visualization.
.html format for easy browser-based visualization..shp or .gpkg.Your input table must include a geometry column containing encoded geographic features. Supported formats are BASE64, WKT, HEX, or simplified formats like:
point "Latitude Longitude"rectangle "Latitude1 Longitude1 Latitude2 Longitude2"
When successful, this action generates an output file in the specified format. In the case of .html, the file will be interactive and can be opened in any browser for visual map rendering.


.html, make sure the file size is small and geometry is simplified..shp, the action may also generate associated .shx, .dbf, and .prj files.