The download links for this content are 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. It is hosted in the cloud to provide 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 in your client 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 enhancements
- Now allows you to tell it to just search visible layers, by setting
useVisibleEntities
totrue
in the tools config. - 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. - 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.
- Now allows you to specify if the active entity should be included in the search, by setting
includeActive
totrue
in the tools config.
- Now allows you to tell it to just search visible layers, by setting
- "spmd conf" command updated
- The "spmd conf" command has been updated to generate better output.
- KML upload updated
- The KML parser is now more forgiving of invalid KML files that are uploaded.
- KML label support
- Uploaded KML files that include label points are now supported.
- Restart command update
- The restart command gives better feedback if restarting is not available, rather than just saying that the command is not available.
- Reduce resource usage of NearMap panel
- The NearMap panel will not try and retrieve map tiles when the panel is not visible.
- Reduce resource usage of Street View panel
- The Street View panel will not try and retrieve map tiles when the panel is not visible.
- North Arrow in BIRT
- BIRT includes a new North Arrow component that can be added to a report.
- Added ability to redirect the browser to a custom location if the user can't access a client
- By setting the system property
weave.noclient.redirect
to a valid URL the user will be redirected to that page rather than get the default page displaying an error.
- By setting the system property
- Map tips updates
- Map tips can now also show the geometry of the related entity but this can be turned off by setting
showGeometry
tofalse
in the map tip tools config. - A new
visibleOnly
flag has been added to the tool and individual map tips, to specify that the tips should only be displayed if the layer is turned on in the ToC. The default isfalse.
There is alsovisibleOnlyMenu,
which if set totrue,
adds a new menu item to the map tips menu to allow the user to turn the setting on or off. - Map tips can be grouped in the map tips menu by setting a
group
attribute for the tips. All tips with the same text for the group attribute will be included in the same sub-menu, and tips without agroup
attribute will appear in the main menu.
- Map tips can now also show the geometry of the related entity but this can be turned off by setting
checkAll
anduncheckAll
ToC panel context menu enhancements- These two items now allow you to set
includeParent
totrue
orfalse
to change the behaviour of the tool with respect to also turning on or off any parent ToC entries (checkAll
defaults totrue
anduncheckAll
defaults tofalse
).
- These two items now allow you to set
autoSelect
added to combo boxes- By setting
autoSelect
totrue
for a combo box parameter you can have Weave select the first entry in the list when the field is displayed.
- By setting
- Automatically turn on a layer when an entity is selected
- By setting
turnOnActive
totrue
in the ToC panel you can have Weave turn on the layer related to the active entity if it's not already visible.
- By setting
- Update for URL redirect on the decline of licence acceptance
- If Weave is embedded within another page/iframe you can set
usetop
totrue
in the clienttip
section and Weave will ensure that the whole page will be redirected to the URL specified as the link to go to if the user declines to accept the licence, rather than just the embedded page/iframe.
- If Weave is embedded within another page/iframe you can set
- Timeouts added to data definitions
- Database related data definitions now have a server-side timeout, with a default of 120 seconds, to ensure that long-running queries do not hang around. You can set the timeout, in milliseconds, in the options for the data definition, or globally as a default, or turn it off completely.
Fixes
- KML label fix
- Redlines exported as KML would not display any text associated with the redline (the text was exported as the items description, not it's name, which is what was required to have the text displayed in Google Earth for example)
- 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 context menu items were not being enabled when right clicking on a folder.
- Fix for using the non-default style on toc model
- If you specified a style for a layer entry that wasn't the default the toc menu would display that as chosen but the map would not reflect the changed style.
- Fix for polygons with holes
- In some circumstances, polygons that contained holes did not include the holes when the polygons were sent from the client to the server.
- Fixed up some highlighting issues
- There were some issues with overriding the geometry highlighting styles that have been resolved.