...
- Bookmark updates
- Include the selection for the active entity when creating a bookmark
- Additional management functionality
- New type of bookmark - Shared bookmarksBookmarks, 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 if a multi-polygon entity is the source of the import.
- Spatial editing configuration validation update
- The configuration for spatial edits is now more rigerously rigorously checked when the configuration is processed, rather than waiting until an edit is submitted to find problems.
- Spatail Spatial 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, rather than just the geometry.
- Grid panel update
- More grid panels have the "bring to front" functionality included, beyond just some identify tools, so that they can be made visible is if their content is changed.
- Index build update
- If an indexes index content does not exist when it's created then the index will be built, including at Weave startup.
- ToC metadata update
- The ToC metadata context menu items item 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 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 onlineOnline
- ArcGIS REST spatial engine fix
- Fixed issue with selections not drawing for entities hosted by ArcGIS onlineOnline
- ArcGIS REST spatial engine fix
- Fixed issue with spatial operations not working because the URL sent to ArcGIS online Online was too long
- Fix for null table values in BIRT reports
- If you access data directly from a database in a BIRT report , (i.e. not via Weave, ) and a table row contained a null value that , this was not always handled correctly
- Editing errors hidden from log
- Some edit related errors were not making it to the
weave.log
file
- Some edit related errors were not making it to the
- 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 highhlighthighlight
- 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 designerReport Designer
- Data definitions weren't beling being listed in the report designerReport Designer
- Collapse theme update
- The arrows on the buttons were not changing direction when the panels were expanded/collapsed for the
collapse
theme
- The arrows on the buttons were not changing direction when the panels were expanded/collapsed for the
- Spurious log message removeremoved
- 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