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 Version History

« Previous Version 89 Next »

2.4.23

Pending Release

Enhancements

  • WMS DPI support.
    • A DPI parameter is included in WMS map requests which helps generate better maps in reports at higher DPI settings.
  • Improved support for date and time in inline data definitions.
    • The inline data definitions now support date, time and timestamp values.
  • Support dump update.
    • The support dump now attempts to include the report designs in the generated zip file.
  • Map tips configuration update.
    • The maptips configuration will now accept the 'tip' tags embedded in a 'tips' tag.
  • Improvement in snippet registration.
    • Snippets that require an 'id' attribute can be registered using 'refid' to preserve the 'id' value. For example a view snippet requires an 'id' to specify what view panel to use, so a view snippet can now be registered with the correct id for the view panel, plus a 'refid' attributes, and the snippet can then be referenced by the 'refid' rather than the 'id'.
  • User login/logout events.
    • A user starting a new session and ending a session will now fire an internal event that can be used by other bundles to track user sessions.
  • Updated bundle output in support dump.
    • The bundles listed in a support dump no longer include the bundle id, which was useless for support, and is now sorted by bundle name.
  • Zip'n'ship update.
    • The Zip'n'Ship export now uses the map CRS as the CRS to export the data to if one isn't set explicitly.
  • StreetView enhancement.
    • It's now possible to run both v2 and v3 of street view at once.
  • Include file list in support dump.
    • The support dump now include a list of the feature and plugin files.
  • Improved error reporting on AGS errors.
    • The logging when an invalid AGS URL is specified has been improved for AGS 10.1.
  • Log warning for AGS.
    • If AGS returns a map image smaller that requested a warning is logged asking you to increase the size of images AGS is allowed to generate.
  • Updated Ext.js library from 2.2.1 to 2.3.0
    • The client library used to provide the UI functionality has been updated.
  • Client ToC API updates.
    • The API exposed by the client ToC components has been updated to improve support for actions linked to groups.

Fixes

  • Fixed report map scale issue.
    • There was a problem calculating the correct map scale when zooming to an entity when using WGS84 CRS.
  • Fixed support dump issue.
    • The support dump would fail if the same file was included more than once.
  • Login page fix for IE.
    • The last login page update had a display problem in Internet Explorer.
  • Snapping settings issue.
    • There was a problem with scrolling in the snapping settings (bet you can't guess which browser had the problem).
  • Fixed ToC scale issue.
    • Sometimes the table of contents tree wasn't changing its display based on the layer scale range.
  • Fixed client storage manager issue.
    • A race condition resulted in the storage manager sometime being used before it was initialised properly.
  • Fixed Zip'n'Ship close button issue.
    • The close button on the zip'n'ship wasn't working.
  • Fixed issue with data generation.
    • The database connection isolation level meant that sometimes, when another process was editing a table for a long time, a database read would time out. The database connection isolation level has been changed to avoid this.
  • Fixed memory leak in JDBC connection manager.
    • There was a memory leak each time Weave failed to connect to a database.
  • Date/time handling fix for edit bundle.
    • The edit bundle had a couple of issued with editing date, time and timestamp fields.
  • No labels