[mapserver-commits] [mapserver/mapserver] 3be544: WCS 2.0 RectifiedGrid: use 'lon lat' and 'x y' lab...
GitHub
noreply at github.com
Fri Nov 10 03:30:12 PST 2017
Branch: refs/heads/branch-7-0
Home: https://github.com/mapserver/mapserver
Commit: 3be54424026e24fb37b3bff82027b28484100452
https://github.com/mapserver/mapserver/commit/3be54424026e24fb37b3bff82027b28484100452
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2017-11-09 (Thu, 09 Nov 2017)
Changed paths:
M mapwcs20.c
M msautotest/wxs/expected/wcs_20_desc_bands.xml
M msautotest/wxs/expected/wcs_20_getcov_bands_name.dat
M msautotest/wxs/expected/wcs_20_getcov_bands_name_new.dat
M msautotest/wxs/expected/wcs_20_getcov_reproj.dat
M msautotest/wxs/expected/wcs_20_post_bands_name.dat
M msautotest/wxs/expected/wcs_20_post_bands_name_new.dat
M msautotest/wxs/expected/wcs_mask_20_getcov_reproj.dat
Log Message:
-----------
WCS 2.0 RectifiedGrid: use 'lon lat' and 'x y' labels even with CRS with 'inverted axis' order
My understanding of the thread at https://lists.osgeo.org/pipermail/gdal-dev/2017-November/047650.html
is that the RectifiedGrid.axisLabels element should reflect the way the grid axis are ordered (and
not the axis order of the CRS as mandated by EPSG). As our offsetVector s are ordered in the GIS
friendly order, the labels should reflect that as well
Note that according to Peter Baumann per https://lists.osgeo.org/pipermail/gdal-dev/2017-November/047668.html
the content could be pretty much anything.
Commit: 3735c36a6732f61c630fa4719a16b38bfce3fa55
https://github.com/mapserver/mapserver/commit/3735c36a6732f61c630fa4719a16b38bfce3fa55
Author: Even Rouault <even.rouault at mines-paris.org>
Date: 2017-11-10 (Fri, 10 Nov 2017)
Changed paths:
M mapwcs20.c
M msautotest/wxs/expected/wcs_20_desc_bands.xml
M msautotest/wxs/expected/wcs_20_getcov_bands_name.dat
M msautotest/wxs/expected/wcs_20_getcov_bands_name_new.dat
M msautotest/wxs/expected/wcs_20_getcov_reproj.dat
M msautotest/wxs/expected/wcs_20_post_bands_name.dat
M msautotest/wxs/expected/wcs_20_post_bands_name_new.dat
M msautotest/wxs/expected/wcs_mask_20_getcov_reproj.dat
Log Message:
-----------
Merge pull request #5513 from rouault/wcs20_grid_axislabel
WCS 2.0 RectifiedGrid: use 'lon lat' and 'x y' labels even with CRS with 'inverted axis' order
Compare: https://github.com/mapserver/mapserver/compare/31c25df6be06...3735c36a6732
More information about the mapserver-commits
mailing list