The download links for this content is now generated automatically to allow for the rapid release of these updates without having to come back and manually update this page.
The details and direct links to the releases are available at:
Additionally, there is a newer download site available for Weave 2.5 that provides links to the latest stable release, hosted in the cloud for faster download.
2.5.26
Enhancements
- Index enhancement
- An index search can now be set to turn on the layer associated (via the toc model) with the entity by setting
doTurnOnLayer
totrue
for the index combo config.
- An index search can now be set to turn on the layer associated (via the toc model) with the entity by setting
- Spatial editing enhancement
- You can now specify a table directly in the edit config that should be edited, rather than relying upon what's in the spatial mapping for the entity. This should help with editing entities that are spatially backed by a database view.
- Selection identify enhancement
- The selection identify tool now allows you to tell it to just search visible layers, by setting
useVisibleEntities
totrue
in the tools config.
- The selection identify tool now allows you to tell it to just search visible layers, by setting
- Selection identify enhancement
- The selection identify tool now allows you to specify a buffer to use when selecting entities that intersect the selection, by setting
bufferDistance
,bufferUnits
andbufferCrs
in the tools config.
- The selection identify tool now allows you to specify a buffer to use when selecting entities that intersect the selection, by setting
- Selection identify enhancement
- The section identify tool now allows you to specify a spatial operation to use when selecting entities that "intersect" the selection, by setting
spatialOperation to one of intersect, contains, overlaps.
- The section identify tool now allows you to specify a spatial operation to use when selecting entities that "intersect" the selection, by setting
- North Arrow in BIRT
- BIRT include a new North Arrow component that can be added to a report.
Fixes
- checkAll and uncheckAll ToC menu fix
- The icons were missing for the new checkAll and uncheckAll toc menu items that were added in 2.5.25.
- checkAll and uncheckAll ToC menu fix
- The checkAll and uncheckAll menu items were not being enabled when right clicking on a folder.