Changes between Initial Version and Version 7 of Ticket #968
- Timestamp:
- 04/21/09 10:27:40 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #968
- Property Cc added
- Property Owner set to
- Property Status new → closed
- Property Milestone → 2.1
- Property Version 2.1.0 → 2.0.2
- Property Resolution → fixed
-
Ticket #968 – Description
initial v7 1 The FeatureSource Preview has been updated to use the actual contents of the datasource for determining the preview extent. This is optimal for mostFeatureSources, but some providers (like the OGR provider) does not support the requested aggregates.1 The !FeatureSource Preview has been updated to use the actual contents of the datasource for determining the preview extent. This is optimal for most !FeatureSources, but some providers (like the OGR provider) does not support the requested aggregates. 2 2 3 3 There should be a fallback method to use the spatial extent from the spatial context, if the aggregate function fails, as that is better than no preview at all (and actually correct for the OGR provider).