From noreply at github.com Tue Feb 3 11:43:30 2026 From: noreply at github.com (Even Rouault) Date: Tue, 03 Feb 2026 11:43:30 -0800 Subject: [mapserver-commits] [MapServer/MapServer] c2f051: Contour: fix 2 reprojection related issues (#7423) Message-ID: Branch: refs/heads/main Home: https://github.com/MapServer/MapServer Commit: c2f051e027939072dd83c45aaeefd1befd5929fb https://github.com/MapServer/MapServer/commit/c2f051e027939072dd83c45aaeefd1befd5929fb Author: Even Rouault Date: 2026-02-03 (Tue, 03 Feb 2026) Changed paths: A msautotest/wxs/data/input_contour_line_worldwide.tif A msautotest/wxs/data/input_contour_rotated_pole.tif A msautotest/wxs/data/input_contour_rotated_pole.tif.aux.xml A msautotest/wxs/expected/wms_contour_input_data_rotate_lat_lon_request_3857.png A msautotest/wxs/expected/wms_contour_input_data_rotate_lat_lon_request_4326.png A msautotest/wxs/expected/wms_contour_request_3857_overlapping_antimeridian.png A msautotest/wxs/wms_contour_input_data_rotate_lat_lon.map A msautotest/wxs/wms_contour_request_3857_overlapping_antimeridian.map M src/mapcontour.c M src/mapdraw.c M src/mapproject.c M src/mapproject.h M src/mapserver.h Log Message: ----------- Contour: fix 2 reprojection related issues (#7423) * contour: avoid initial useless reading and countouring before we actually request lines * contour: fix requesting a raster georeferenced in long/lat in EPSG:3857 with a bounding box overlapping the antimeridian * contour: fix horizontal/discontinuity lines when rendering a rotated pole raster in EPSG:4326/3857 To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Tue Feb 3 11:43:39 2026 From: noreply at github.com (Even Rouault) Date: Tue, 03 Feb 2026 11:43:39 -0800 Subject: [mapserver-commits] [MapServer/MapServer] bbfa77: contour: avoid initial useless reading and countou... Message-ID: Branch: refs/heads/backport-7423-to-branch-8-6 Home: https://github.com/MapServer/MapServer Commit: bbfa779c12e0f096447562c60cca3bed4e865a0c https://github.com/MapServer/MapServer/commit/bbfa779c12e0f096447562c60cca3bed4e865a0c Author: Even Rouault Date: 2026-02-03 (Tue, 03 Feb 2026) Changed paths: M src/mapcontour.c Log Message: ----------- contour: avoid initial useless reading and countouring before we actually request lines Commit: aa2001307a49c691d17b86996641f641e4c1ff02 https://github.com/MapServer/MapServer/commit/aa2001307a49c691d17b86996641f641e4c1ff02 Author: Even Rouault Date: 2026-02-03 (Tue, 03 Feb 2026) Changed paths: A msautotest/wxs/data/input_contour_line_worldwide.tif A msautotest/wxs/expected/wms_contour_request_3857_overlapping_antimeridian.png A msautotest/wxs/wms_contour_request_3857_overlapping_antimeridian.map M src/mapcontour.c M src/mapdraw.c M src/mapserver.h Log Message: ----------- contour: fix requesting a raster georeferenced in long/lat in EPSG:3857 with a bounding box overlapping the antimeridian Commit: 3fb6de260fa6d3b24a6a41a5e571b81e63e457ee https://github.com/MapServer/MapServer/commit/3fb6de260fa6d3b24a6a41a5e571b81e63e457ee Author: Even Rouault Date: 2026-02-03 (Tue, 03 Feb 2026) Changed paths: A msautotest/wxs/data/input_contour_rotated_pole.tif A msautotest/wxs/data/input_contour_rotated_pole.tif.aux.xml A msautotest/wxs/expected/wms_contour_input_data_rotate_lat_lon_request_3857.png A msautotest/wxs/expected/wms_contour_input_data_rotate_lat_lon_request_4326.png A msautotest/wxs/wms_contour_input_data_rotate_lat_lon.map M src/mapproject.c M src/mapproject.h Log Message: ----------- contour: fix horizontal/discontinuity lines when rendering a rotated pole raster in EPSG:4326/3857 Compare: https://github.com/MapServer/MapServer/compare/bbfa779c12e0%5E...3fb6de260fa6 To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Tue Feb 3 15:25:14 2026 From: noreply at github.com (Jeff McKenna) Date: Tue, 03 Feb 2026 15:25:14 -0800 Subject: [mapserver-commits] [MapServer/MapServer] Message-ID: Branch: refs/heads/backport-7423-to-branch-8-6 Home: https://github.com/MapServer/MapServer To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Tue Feb 3 15:25:14 2026 From: noreply at github.com (github-actions[bot]) Date: Tue, 03 Feb 2026 15:25:14 -0800 Subject: [mapserver-commits] [MapServer/MapServer] 045cce: [Backport branch-8-6] Contour: fix 2 reprojection ... Message-ID: Branch: refs/heads/branch-8-6 Home: https://github.com/MapServer/MapServer Commit: 045cced3c93018d52a987037eae19ad3a7a1a288 https://github.com/MapServer/MapServer/commit/045cced3c93018d52a987037eae19ad3a7a1a288 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: 2026-02-03 (Tue, 03 Feb 2026) Changed paths: A msautotest/wxs/data/input_contour_line_worldwide.tif A msautotest/wxs/data/input_contour_rotated_pole.tif A msautotest/wxs/data/input_contour_rotated_pole.tif.aux.xml A msautotest/wxs/expected/wms_contour_input_data_rotate_lat_lon_request_3857.png A msautotest/wxs/expected/wms_contour_input_data_rotate_lat_lon_request_4326.png A msautotest/wxs/expected/wms_contour_request_3857_overlapping_antimeridian.png A msautotest/wxs/wms_contour_input_data_rotate_lat_lon.map A msautotest/wxs/wms_contour_request_3857_overlapping_antimeridian.map M src/mapcontour.c M src/mapdraw.c M src/mapproject.c M src/mapproject.h M src/mapserver.h Log Message: ----------- [Backport branch-8-6] Contour: fix 2 reprojection related issues (#7424) * contour: avoid initial useless reading and countouring before we actually request lines * contour: fix requesting a raster georeferenced in long/lat in EPSG:3857 with a bounding box overlapping the antimeridian * contour: fix horizontal/discontinuity lines when rendering a rotated pole raster in EPSG:4326/3857 --------- Co-authored-by: Even Rouault To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications