How to export a layer?
You can export your GIS Cloud layer in the following formats:
- ESRI Shapefile
- MapInfo
- KML
- DXF
- CSV
When exporting your GIS Cloud layer, it’s important to consider the limitations of different formats. Since your data is stored in PostGIS (if working with the GIS Cloud local database, ie. whenever you’re working on something editable), it doesn’t have certain restrictions, for example on field name length or text size. However, some export formats do:
- ESRI Shapefile – Field names are limited to 10 characters, and text fields can store a maximum of 254 characters. If your data includes longer names or descriptions, they will be truncated. Note that photo fields (in data collection) are text fields, and the way that information is stored (in JSON format), could easily go over that limit if you have a lot of photos on one field.
- CSV – A better option for preserving long text fields, as it does not have strict character limits.
- MapInfo, KML, DXF – May have their own format-specific limitations, so be sure to check if your attributes fit within their constraints.
Alternatively, if you plan on re-importing the data into GIS Cloud after making changes to it locally, consider using WFS instead. Learn more about this option here.
There are two ways to export a layer:
1. You can export a layer by clicking the Export Layer button in the Layer tab.
- Select the layer from the Layer List.
- Select the Layer tab.
- Select the Export layer option.
- Select an output file format.
- Click the link to download the resulting file.

2. A layer can also be exported through the layer list.
- Click on the three dots next to the layer name in the layer list.
- Click on the Export Layer option.
- Select an output file format.
- Click the link to download the resulting file.
