You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normalized raster file created by Layman can be 100x bigger then uploaded raster, because compression is not used.
Fixed in v1.15.0.
NoData values are changed to 0 during normalization. #525
Fixed in v1.15.1.
Changes
#169POST Workspace Layers accepts also compressed data files in ZIP format (*.zip) in file parameter. PATCH Workspace Layer accepts also data file in ZIP format (*.zip) in file parameter. ZIP archives can be also uploaded by chunks.
#169GET Workspace Layer returns path to main file inside archive if zipped file was sent (key file.path).
#465 Fix situation, when Layman does not start if *.qgis file of the first layer with QML style does not exist. It was already fixed in v1.14.1.
#464 Fix publishing layers with unusual attribute names (e.g. x, or Číslo) and QML styles. It was already fixed in v1.14.1.
#459 Fix situation, when sometimes publication stayed in PENDING status after failure. It was already fixed in v1.14.1.
#502 Fix error message, when invalid raster file is sent.
Fix: Layers, which were created in Layman, but not published in GeoServer due to any validation/error can now be patched. Previously internal error was raised for every PATCH Workspace Layer call.