Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 41 Next »

2.4.17

Pending Release

Enhancements

  • Perform ArcGIS Server map engine initialisation in a background thread rather than the main initialisation thread.
    • This makes the startup of the system that would otherwise be waiting for slow ArcGIS servers to respond appear quicker.
  • Spatial joins added for data
    • It's now possible to generate data based on a spatial relationship.
  • Date input formats changed from m/d/y to d/m/y.
    • The date input fields can take a number of formats when typing in the date, but previously they were using US format, this has been changed to AU instead.
  • Date and time input formats can be adjusted.
    • The list of date formats that input fields support can be set manually.
  • The first day of the week can be set.
    • Calendar controls can now have the first day of the week set, as some places like Sunday others Monday.
  • Bookmarks more forgiving of ToC model changes.
    • Previously a change in a ToC model group would mean that the group may not have its state restored properly if the underlying toc model had layers or groups added or removed after the bookmark was saved.
  • Unknown layers turned off when restoring a bookmark.
    • When a bookmark is loaded any layers that aren't set in the bookmark will be turned off rather than being left in their previous state.
  • Removed useless exception reported sometimes when shutting down.
    • Sometimes an error message would be logged during shutdown that meant nothing and annoyed me (so it's gone).
  • Aliases for client configurations.
    • It's now possible to specify an alias for a client config that'll make the config available via a new url, and allow some tweaking of the config.
  • License dialog bypass.
    • It's possible to bypass a license dialog at startup by includeing 'license=accept' in the startup url, handy when integrating Weave with a third party application.
  • Hansen update.
    • Hansen bundle sends ids of all Hansen entities when performing a group action.

Fixes

  • ArcGIS Server map engine wasn't handling "mixed" tile caches properly.
  • Report map images would be incorrect if a non-transparent map was drawn on top of another map if the non-transparent map didn't have any visible layers.
  • Fixed handling of content type responses from WMS server that don't return a 100% correct value.
  • No labels