We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8f584 commit fe92c66Copy full SHA for fe92c66
app/scripts/util.js
@@ -89,7 +89,7 @@ var getCoverageXML = function(coverageid, options) {
89
"<wcs:TrimHigh>" + options.subsetY[1] + "</wcs:TrimHigh></wcs:DimensionTrim>");
90
}
91
92
- if (options.outputCRS) {
+ if (options.outputCRS &&(options.coverageSubtype == "RectifiedDataset")) {
93
/* the crs extension is not released. Mapserver expects a <wcs:OutputCRS>
94
* in the root. Will stick to that atm, but requires a change in the future.
95
*/
0 commit comments