...
- Update to handling of "joined" tables when generating data
- When you specify a join table in a data definition, for use when you have complex sorting or grouping for example, the population of the join table was happening twice, once when the count of the total number of available rows was calculated, and again when the actual data was retrieved. This has now been changed so that it only occurs once.
- Update to data generation API
- The low-level server API for generating data has been expanded, it now provides new interfaces for counting and generating data in one operation.
- Third-party library update
- Some of the third party libraries that Weave reliesĀ upon, related to REST API's, have been updated.
Fixes
- ArcGIS Server WMS fix
- Scale dependencies were not correctly set when using ArcGIS server via WMS.