Export shapefile
Esri Shapefile is the standard GIS exchange format. g-Space exports shape layers and polygons to a Shapefile (.shp) so they can be used in GIS and mapping applications.
Purpose
Write polygons or shape layers out as an Esri Shapefile. Multiple polygons are written as features inside a single Polygons layer, so a whole folder can be exported into one shapefile.
Launching the export
In the Data manager, right-click a polygon or the Polygons folder and choose the Shapefile export command, then pick the target .shp file.
[image: placeholder_Data_manager_context_menu_showing_the_Sh.png]
Step-by-step
- Right-click a polygon (or the Polygons folder to export them all) in the Data manager.
- Choose the export-to-Shapefile command.
- Select the output .shp file. The companion .shx and .dbf files are written alongside it.
- Confirm the coordinate reference system and export.
Notes
- Only geometry (and basic attributes) are written; g-Space display styling is not part of the shapefile.
- Shapefiles are imported with Import Shapefile.
See Also