Changes between Initial Version and Version 1 of Ticket #565, comment 1
- Timestamp:
- Nov 29, 2013, 4:51:56 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #565, comment 1
initial v1 1 The problem is actually different here: the !MultiPoint template is right but the `CoverageDescription` template is valid only for gridded coverages, so the template itself must either change name to `GridCoverageDescription` otherwise the `domainSet` must be exported to sub-templates for different kinds of grids.1 The problem is actually different here: the !MultiPoint template is right but the `CoverageDescription` template is valid only for gridded coverages, so the template itself must either change name to `GridCoverageDescription` otherwise the `domainSet` must be exported to sub-templates for different kinds of coverages. 2 2 3 3 As a side note, the CRS of !MultiPoint coverages is hardwired to EPSG:4979 (which is wrong anyway, see #557) in the templates, and needs to be parametrized as all the other variables.