Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Health checks for ArcGIS
    • The ArcGIS map engine now supports health checks allowing you to monitor the health of ArcGIS map engines used by Weave.
  • Index limit changed
    • The default number of items returned for an index search, is if the client doesn't request a specific number, has been updated from 10 to 500. This allows you to set a pageSize of 0, which turns of off the paging of the index results, and get more than 10 results back. A new system property, {{weave.index.limit}}, can be used to change this limit, and/or set it back to 10 if there are problemproblems. Note that the default Weave client requests 10 items, so this change should not effect any those, it's only custom clients and not those who want to remove the paging by setting pageSize to 0.
  • CRS for Circle operations
    • Tools that use a circle for their operation now support specifying a CRS for the tool to use. Setting a {{crs}} value for the actions configuration in the client will force the tool to use that CRS when displaying values.
  • Anonymous user local storage
    • Stored items, e.g. redlines, bookmarks, are now stored in the browser for anonymous users, allowing them to save those items across a browser restart (in supported browsers, i.e. those that support JavaScripts {{localStorage}} API).
  • New ToC menu items
    • Added a The {{weave.toc.checkAll}} and {{weave.toc.uncheckAll}} items that can be added to the ToC context menu to turn on/off all items in a group.
  • Improved CRS handling with spatial editing
    • Submitting a spatial edit has improved support for submitting geometry that's in a different projection than the underlying data.
  • Data generation API enhancement
    • When generating data from some geometry it's now possible to specify the type of spatial operation to use beyond just {{overlaps}}. The caller can now specify if the spatial operation should be one of {{overlaps}}, {{intersects}}, {{contains}}, {{within}} or {{closest}}.
  • BIRT designer update
    • The test connection button in the BIRT report designer will now actually test the connection.
  • Improved parsing of metadata and primary key information in spatial engines
    • The parsing of the metadata and primary key information embedded in a spatial engine config will now trim extra spaces in the names.
  • ACL enhancement
    • It's now possible to enable an ACL entry to target a specific user rather than just a role. Note this has to be enabled by setting the system property {{weave.enable.user.acl}} to {{true}}.
  • Zip'n'ship menu enhancement
    • It's now possible to set a {{crs}} value in the zip'n'ship menu to override the CRS used when exporting the spatial data.
  • SQL Server geometry enhancement
    • A wider range of geometry types exposed by SQL Server are now supported, e.g. circular strings, curves and surfaces.
  • Selection legend enhancement
    • The generation of the legend symbology for items where we don't know the underlying geometry type has been improved.
  • Spatial upload enhancement
    • A layer uploaded via the spatial upload tool now support the context menu "zoom to layer" item.
  • Kerberos security support
    • Improved support for using Kerberos authentication.

...