1.29. How to export data
Web GIS allows to export data from Vector layers and PostGIS layer in the following formats:
CSV and CSV for Microsoft Excel
AutoCAD DXF
Mapinfo TAB
MapInfo MIF/MID
KML
KMZ
Depending on the format, additional file components are exported making further use of the exported data more convenient. For example CSVT (field structure description) and PRJ (coordinate system description) are added to CSV and CPG (codepage) to ESRI Shapefile.
To export data:
Open the Properties page of Vector layer or PostGIS layer from which you want to export data;
Select admin console;
on the right side of Web GISSave file in chosen format to your device.
In the Format field select data format you need:
In the SRS field (Spatial reference system) in addition to standart coordinate systems Longitude-Latitude (EPSG: 4326) amd Mercator (EPSG: 3857) you can select custom coordinate systems created earlier (how to add custom SRS see this page):
In the Encoding field you can choose UTF-8, Windows-1251, or Windows-1252 encoding for your data:
FID field is used for setting a field name to be added to a exported data where the object identifiers will be placed (the default is “ngw_id”).
You can choose to use field display names instead of keynames. Keynames are technical and use only plain latin symbols. Display names can be in any language, usually they are seen as column headers or field labels in a form.
Next you can chose which of the fields of the data to keep in the file. By default, all are selected. To remove a field, click on the cross by its name or untick it in the drop-down menu. To add a field again, tick it in the drop-down menu.
If you need to export only the features within a particular area, you can Limit by extent. The extent is set in degrees.
A text filter is also available. Search is performed in all fields that don’t have text search disabled, just like in the feature table.
Output in ESRI Shapefile or MapInfo TAB results in a Zip archive with necessary files. For single-file formats (like GeoJSON or CSV) creation of Zip archive is optional.
All export options are available through HTTP API.
For example, this inquiry will get you data in CSV format, EPSG:4326, UTF-8 encoding, zipped:
Note
Geometry and attributes data export is supported. Features’ descriptions, metadata and images can’t be exported in the described way but can be requested using NextGIS API.
Note
You can also export data from Vector layers with desktop app NextGIS QGIS.