[mapserver-commits] [mapserver/mapserver] 31c25d: WCS 2.0 DescribeCoverage result: fix RectifiedGrid...
GitHub
noreply at github.com
Fri Nov 10 04:38:14 PST 2017
Branch: refs/heads/master
Home: https://github.com/mapserver/mapserver
Commit: 31c25df6be067a59ffb89100f215d2d65840e364
https://github.com/mapserver/mapserver/commit/31c25df6be067a59ffb89100f215d2d65840e364
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.txt
M msautotest/wxs/expected/wcs_20_desc.xml
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_bands_name_new_reproject.dat
M msautotest/wxs/expected/wcs_20_getcov_full.dat
M msautotest/wxs/expected/wcs_20_getcov_grd_mp.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_20_post_desc.xml
M msautotest/wxs/expected/wcs_20_post_getcov_full_multipart.dat
M msautotest/wxs/expected/wcs_mask_20_getcov_full.dat
M msautotest/wxs/expected/wcs_mask_20_getcov_grd_mp.dat
M msautotest/wxs/expected/wcs_mask_20_getcov_reproj.dat
Log Message:
-----------
WCS 2.0 DescribeCoverage result: fix RectifiedGrid.origin.Point to correspond to the coordinate of the pixel center (fixes #5511)
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
Commit: 36ac4068fbe6f721c51848c8a5fd7791c13c258a
https://github.com/mapserver/mapserver/commit/36ac4068fbe6f721c51848c8a5fd7791c13c258a
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2017-11-10 (Fri, 10 Nov 2017)
Changed paths:
M mapwcs20.c
M msautotest/wxs/expected/wcs_20_desc.txt
M msautotest/wxs/expected/wcs_20_desc.xml
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_bands_name_new_reproject.dat
M msautotest/wxs/expected/wcs_20_getcov_full.dat
M msautotest/wxs/expected/wcs_20_getcov_grd_mp.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_20_post_desc.xml
M msautotest/wxs/expected/wcs_20_post_getcov_full_multipart.dat
M msautotest/wxs/expected/wcs_mask_20_getcov_full.dat
M msautotest/wxs/expected/wcs_mask_20_getcov_grd_mp.dat
M msautotest/wxs/expected/wcs_mask_20_getcov_reproj.dat
Log Message:
-----------
Merge branch 'branch-7-0'
Compare: https://github.com/mapserver/mapserver/compare/bf73b5cdfe0b...36ac4068fbe6
More information about the mapserver-commits
mailing list