Release Notes 2.5.30 (and 2.6.0)

Weave 2.5.30 (and 2.6.0) includes a number of bug fixes and enhancements. The enhancements increase the flexibility and usability of some of Weave’s standard tools. The main enhancements are listed below.

A full list of changes can be found at the Weave What's New page.


The main enhancements in 2.5.30/2.6.0 are:

Data Grid

Filtering Data

There have been significant improvements on how the Filter in a Data Grid works. The current operation and examples of how the tool works are provided in the Weave User Guide.

Export

When using the Export button the current filter is honoured so only the filtered results will be exported.

Copy Cell Value

It’s now possible to copy the value of a cell in the Data Grid to paste and use outside of Weave. Double click on the cell (for a single value) or click and drag and then right mouse click and select “Copy”. The value has now been written to the clipboard.

To enable this function set the textSelect to true in your Grid. See this page for more information.

 

Spatial Data Definition

Spatial Data Definitions now support filters so you can <filter> tag in a spatialdataconnection or spatialintersectiondataconnection.

 

<data:datadefinition id="busstops_spatial"> <spatialdataconnection entity="busstops"> <filter><![CDATA[ACTIVE = 'true']]></filter> <parameter column="STOPID"/> <parameter column="HOUSE" dataset="vl_list_test" valuecolumn="value" labelcolumn="label"/> <parameter column="FID"/> <parameter column="ADDRESS"/> </spatialdataconnection> </data:datadefinition>

 

Upload Tool

When uploading a MapInfo Interchange Format (MIF) file, the projection is read from the file so does not need to be set by the user through the Upload UI.

 

Bookmark Manager Tool

The Bookmark Manager Tool in the Weave Admin Tool now:

  • Includes a User button so you can filter on User ID quickly find a user without having to sort and scroll through the list.

  • Includes a Refresh button.

  • Reports dates in an Australian format (yyyy-MM-dd).

 

If you are looking to upgrade from 2.5.x to the new 2.6.x more details are in the Installation Guide.