...
- GDA2020
- Added more support for working with GDA2020
- Grid Export
- The export will only export the selected records if there are any records selected, otherwise, it will export all rows (as it did before)
- Work has been done to improve the consistency and availability of filters for all data definition types
- Listbox Fields
- If a list-box field is marked as required and only has a single value in the list, the value will be pre-selected and the drop-down trigger button is hidden
- GeoJSON Content-Type
- REST API now supports the mime type of
application/vnd.geo+json
for GeoJSON, as well asapplication/json
- REST API now supports the mime type of
- Enhanced Spatial Filtering
- ECQL, rather than just CQL, is available in more places throughout the configuration of spatial queries, allowing for more options when creating spatial filters, including in spatial data definitions
- Non-spatial editing
- A new edit panel is available to help edit related records
- Map API
- Updated to allow the caller to provide the selection information, rather than always obtaining it from the selection manager, plus some other API enhancements
- ArcGIS HTTPS
- Improved support for internal ArcGIS services accessed via HTTPS (to work around certificate issues)
- ToC Models
- There's additional validation performed on ToC models before they're made available. If your client doesn't display a toc ToC and map after this update, check the
weave.log
to see why as it's likely to have failed validation
- There's additional validation performed on ToC models before they're made available. If your client doesn't display a toc ToC and map after this update, check the
- BIRT Excel Export
- Reports exported to Excel format would break up the data into multiple sheets, this has been disabled and all data will be exported into a single sheet
- Support Dump Update
- Additional files have been included in the support dump
- Spatial Editing
- Various import improvements
- Improved support for editing AGS GeoDatabases
- Spatial Upload
- Improvements in MIF and TAB support
- QGis 3
- Added a workaround for q QGis 3 WMS server bug
- OGR Driver Update
- The native code for working with OGR data sources has been compiled on an older OS to make it compatible with a wider range of operating systems
- Grid Panel
- Improvements in cut and paste support
...
- Bookmarks
- email links not working in Outlook
- Listing available shared and published bookmarks didn't always list the correct bookmarks
- Image Slider
- Slider position not updating when map opacity was changed programmatically
- The slider would sometimes be hidden behind other items
- Grid Export
- Export was ignoring any filter
- Tooltips
- Some map tools did not allow for their tooltips to be directly configured in the tool configuration
- ToC Metadata
- The ToC metadata tool only every used the URL from the first entry, not the one matching the selected ToC entry
- Redline
- A line with arrowheads that had zero-length would cause problems
- Non-spatial Editing
- Some fixes to stop the editing state from getting out of sync with the edit input panel
- Indexing
- A data source with an unsupported CRS would stop and the index from being built (it still won't build, but now you'll know why)
- Index building was processing every 1000th record twice
- Config Processing
- A minor fix has been applied to the config file reader to help resolve issues with lists that have items that include and don't include the namespace, e.g.
<ns:test><a><ns:a></ns:test>
should treat<a>
and<ns:a>
as the same but it wasn't
- A minor fix has been applied to the config file reader to help resolve issues with lists that have items that include and don't include the namespace, e.g.
- Geometry API fixes
- Sometimes the geometry API's would generate non-valid geometry object
- Fix Chrome Issue
- Fixed an issue with Google Chrome sending a new format of Accept header
- Admin UI File Explorer
- Fixed Fix to help to handle editing of XML files with an encoding other than UTF-8
- WMS Map Engine
- The WMS map engine would only handle a single top-level layer tag in the capabilities document