Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 213 Next »

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.29

Enhancements

  • Bookmark updates
    • Include the selection for the active entity when creating a bookmark
    • Additional management functionality
    • Shared bookmarks, i.e. generate a URL that can be provided to a third party to start Weave and open the bookmark
    • Specify your own folder structure for presenting published bookmarks
    • OSGi console commands to operate on bookmarks
  • Spatial edit import update
    • Importing geometry is no longer as strict if the number of geometries in the entity to import doesn't match the restrictions configured in the edit, it will now import as much of the geometry as it can to meet the requirements, e.g. an edit config that says it only supports a single polygon will only import the first polygon in a multi-polygon entity is the source of the import
  • Spatial editing configuration validation update
    • The configuration for spatial edits is now more rigerously checked when the configuration is processed, rather than waiting until an edit is submitted to find problems
  • Spatail editing processing update
    • The way the spatial edits are applied to the database has been updated to provide more control to the Weave code that handles the submission (hopefully resulting in improved reliability and performance).
  • Spatial edit import update
    • You can also specify that attributes be included (in certain circumstances) when importing
  • Grid panel update
    • More grid panels have "bring to front" functionality included, beyond just some identify tools, so that they can be made visible is their content is changed
  • Index build update
    • If an indexes content does not exist when it's created then the index will be built, including at startup
  • ToC metadata update
    • The ToC metadata context menu items is now more flexible in how it can generate the URL used to open the metadata, providing access to more variables when constructing the URL.
  • BIRT designer update
    • The BIRT report designer is no longer included as part of the main installer and has a separate installer of its own

Fixes

  • Clean up failed index builds
    • Temporary directories should now be removed if an index build fails
  • ArcGIS REST spatial engine fix
    • Fixed issue with handling dates/times returned by ArcGIS online
  • ArcGIS REST spatial engine fix
    • Fixed issue with selections not drawing for entities hosted by ArcGIS online
  • ArcGIS REST spatial engine fix
    • Fixed issue with spatial operations not working because the URL sent to ArcGIS online was too long
  • Fix for null table values in BIRT reports
    • If you access data directly from a database in a BIRT report, not via Weave, and a table row contained a null value that was not always handled correctly
  • Editing errors hidden from log
    • Some edit related errors were not making it to the weave.log file
  • Edit config update
    • Configuration for list parameters in an edit allows the administrator to specify that new values are allowed, when in fact the server does not support this
    • Configuration for list parameters in an edit should require that the label and value columns be explicitly specified
  • Identify tool highlight fix
    • In some situations the highlighting placed on the map for some identify tools wasn't removing the highhlight
  • Grid panel pageSize fix
    • Setting a pageSize of 0 on some grid panels resulted in nothing being displayed, rather than the paging being disabled
  • Missing data definitions in BIRT report designer
    • Data definitions weren't beling listed in the report designer
  • Collapse theme update
    • The arrows on the buttons were not changing direction when the panels were expanded/collapsed
  • Spurious log message remove
    • Fetching geometry from the server would log an error when there was none
  • KML fix
    • The KML parser was too strict when checking the version of the KML file to parse, and would reject files even if it could parse them
  • Client configuration issue
    • Scales were require to be set when using a tiled ArcGIS map engine, when they didn't need to be
  • No labels