DocumentationRecipesReferenceChangelog
Log In
Changelog

July 7th, 2026

Changelog (26.1.37)

New

Geospatial: Additional Georeferencing Metadata in Exports

Geospatial asset exports now include a geospatialExportMetadata object with the following fields:

  • layerName — name of the exported layer
  • geoTransform — the affine geotransform coefficients used to map pixel coordinates to geographic coordinates
  • labelingCRS — the coordinate reference system (CRS) the asset was labeled in
  • originalCRS — the asset's original CRS at import
  • georeferencingMethod — the method used to georeference the asset (e.g. affine approximation)
  • georeferencingWarning — a warning message when georeferencing accuracy cannot be guaranteed (e.g. non-orthorectified imagery)

This gives users full traceability of how each geospatial asset was georeferenced and labeled, directly from the export.

Fix

  • Fixed an issue in long-running video projects where annotation names could display as "undefined" after a page refresh, and where pre-annotations could not be edited.
  • Fixed a memory leak that occurred when browsing through multiple assets from the queue or in Explore.
  • Fixed an issue where some user names were missing from the Analytics page.
  • Fixed an issue in geospatial projects where changing the labeling CRS did not export the correct labelingCRS value; the CRS is now also properly enforced when no project CRS is defined.