Changes The HTTP server supports the new -urlbase:xxx command-line option to specify URL base. The default is '/'. The option is useful when the HTTP server is used together with a general-purpose web server. (Fix) Zooming using the cursor in the Javascript control disables panning until zooming finishes. Zooming using the cursor in the Javascript control zooms around the location under the initial cursor position, similarly to how this is done in the map window. New HTTP endpoint: - /version - returns server version + server start date and time in plain text.
(Fix) Exporting DBF / SHP no longer fails on large negative integer values (-1 billion or lower). (Fix) Reading vector data using GDAL no longer sometimes misapplies the rectangle in the spatial filter if it is specified (happens when showing data coming from a live GDAL data source on a map). The GDAL dataport supports GDAL 3.4.x. The GDAL dataport supports GDAL 3.5.x and 64-bit raster data. The GDAL dataport supports GDAL 3.6.x. The GDAL dataport supports GDAL 3.7.x and signed 8-bit raster data. (GDAL 3.7.x also allows reading raster geodatabases, which cannot be read using the regular GDB dataport which relies on the ESRI FileGDB SDK.) The GeomNormalize / GeomToShapes / GeomToShapesEsri query functions keep Z values instead of discarding them. Exporting areas with Z values to SHP no longer discards Z values. (Fix) Exporting areas with Z values to GDB no longer fails. End of list.
|