Supported formats

The file formats OrionGIS accepts for upload, the ways to get data back out, and the standard web services it exposes.

Updated 20 September 2026

#Upload

The Upload Dataset dialog accepts these files:

FormatExtensionsNotes
GeoJSON.geojson, .jsonPoints, lines and polygons.
GeoPackage.gpkgA single-file database of vector layers.
Shapefile.zipZip the Shapefile's parts together (.shp, .shx, .dbf and .prj) into a single file.
GeoTIFF.tif, .tiffRaster imagery and surfaces.

Uploaded files are published to the OrionGIS catalogue. See Upload your own data.

#Form definitions

Forms in Collect can be created from an XLSForm (.xlsx) or XForm (.xml) file, or drafted with AI. See Create a form.

#Getting data out

  • Form submissions — on a form's page, choose Export CSV or Export GeoJSON.
  • Catalogue datasets — a dataset's page has a Download button when a file is attached to it, and copyable Web services URLs. Some datasets also offer PMTiles (vector tiles) or COG (cloud-optimized raster) downloads.
  • Published maps — viewers can choose Download map (PNG).
  • Print layouts — in Map Studio, export the composed page as PNG, PDF or SVG.

#Web services

Every published dataset is available through standard OGC services, so it opens in QGIS, ArcGIS and other desktop GIS:

  • WMS — map images
  • WFS — vector features, as GeoJSON
  • WCS — raster coverages

A REST API exposes the catalogue for developers. See API and web services.

#Coordinates in forms

Forms can record location as a GPS question or as latitude and longitude fields, and both are recognised automatically. See Form data as a map layer.

Something missing or unclear? Tell us — we update the guide as the platform grows.