[mapserver-commits] [MapServer/MapServer] 299dc0: Output GDAL files: fix from init=epsg:xxxx layers ...
Even Rouault
noreply at github.com
Sun Nov 23 10:47:11 PST 2025
Branch: refs/heads/main
Home: https://github.com/MapServer/MapServer
Commit: 299dc015a83cbcca0b60f5d8709765c547df2950
https://github.com/MapServer/MapServer/commit/299dc015a83cbcca0b60f5d8709765c547df2950
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2025-11-23 (Sun, 23 Nov 2025)
Changed paths:
M src/mapgdal.cpp
M src/mapscript/csharp/CMakeLists.txt
M src/mapscript/java/CMakeLists.txt
M src/mapscript/perl/CMakeLists.txt
M src/mapscript/phpng/CMakeLists.txt
M src/mapscript/python/CMakeLists.txt
M src/mapscript/ruby/CMakeLists.txt
Log Message:
-----------
Output GDAL files: fix from init=epsg:xxxx layers (#7392)
* Output GDAL files: fix from init=epsg:xxxx layers
When e.g. exporting a layer trough WCS whole LAYER.PROJETION is
init=epsg:xxxx with the xxxx code being a custom one in a legacy 'epsg'
text file, loading that projection in msProjectionObj2OGCWKT() and
resulted in an output file without SRS definition
* mapscript/: no longer use SWIG_LINK_LIBRARIES deprecated in CMake 4.2
To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications
More information about the MapServer-commits
mailing list