Re: [MapServer-users] OGC Features API: support for storageCrs

2024-10-09 Thread Even Rouault via MapServer-users
Frans, Hi! For OGC the OGC features API, it would be good to be able to configure Mapserver in such a way that coordinate transformation is not done when a client requests data in the same CRS that the source data use. The Coordinate Reference Systems by Reference extension

Re: [MapServer-users] 8.2 compile issue: libgdal.so: undefined reference to `std::condition_variable::wait(std::unique_lock

2024-07-10 Thread Even Rouault via MapServer-users
Daryl, does the build issue happen only on the shapefuzzer_reproducer target ? If so, you can try setting the BUILD_FUZZER_REPRODUCER CMake variable to OFF. But I guess you would then need an error for the mapserv target or the other binaries. I feels like some inconsistent mix of libstdc++

Re: [MapServer-users] Mapserver and Libxml2 (2.12.6)

2024-04-22 Thread Even Rouault via MapServer-users
Hi, this has been fixed in master and 8.0 branch, but has not hit yet a release The patch for 8.0 branch is in https://github.com/MapServer/MapServer/pull/6975 Even Le 22/04/2024 à 15:06, gorouter via MapServer-users a écrit : Hi I am building mapserver 8.0.1 and libxml2 (2.12.6). I am get

Re: [MapServer-users] New GDAL Raster Tile Index driver

2024-01-25 Thread Even Rouault via MapServer-users
to it, where it becomes huge and slow to load. The good thing is that a GTI index can now be used nominally by both GDAL and MapServer. Thanks, Rich On Wed, Jan 24, 2024 at 12:30 PM Even Rouault via MapServer-users wrote: Hi, while I'm still thinking to it, I just wanted to

[MapServer-users] New GDAL Raster Tile Index driver

2024-01-24 Thread Even Rouault via MapServer-users
Hi, while I'm still thinking to it, I just wanted to mention a new driver that has landed into the development version of GDAL, code-named "GTI", for GDAL Raster Tile Index ( https://gdal.org/drivers/raster/gti.html ) which will be available in the GDAL 3.9 release. This is basically a MapSer

Re: [MapServer-users] strrstr error occure

2023-11-27 Thread Even Rouault via MapServer-users
You didn't mention which operating system you use. I assume this is Debian or Ubuntu from the reported paths. Have a look at https://github.com/MapServer/MapServer/blob/b43fd4f2a5edb0e1f882ff256c257ad5c5c44930/ci/travis/before_install.sh#L15 for the dependencies you need to install. In your ca

Re: [MapServer-users] strrstr error occure

2023-11-27 Thread Even Rouault via MapServer-users
Hi,  want to test of use the mapserver, but on insatllation I got errors : /usr/bin/ld: CMakeFiles/cmTC_e57a2.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x14): undefined reference to `strrstr' collect2: error: ld returned 1 exit status make[1]: *** [CMakeFil

Re: [MapServer-users] mappyfile is now an OSGeo Community Project

2023-09-28 Thread Even Rouault via MapServer-users
Hi Seth, Congratulations!  I believe it would make sense to point to mappyfile on the mapserver.org documentation. Exact place to be determined ("Around MapServer?"), but referencing the FOSS ecosystem upon MapServer would certainly be useful to users. Even Le 28/09/2023 à 12:05, Seth G via

Re: [mapserver-users] WFS Client returns data at random with very same call

2021-06-08 Thread Even Rouault via mapserver-users
Lars, I was testing using master versions of GDAL and Mapserver, but this should also applied to not-too-ancient released versions. When using the OGR WFS driver, you'll never see a perfect forwarding of the BBOX from the client request to the backend WFS. It will be reprojected to an extent

Re: [mapserver-users] WFS Client returns data at random with very same call

2021-05-28 Thread Even Rouault via mapserver-users
Lars, I believe the service you request doesn't implement WFS 1.1 properly. Trying this ./mapserv QUERY_STRING="map=wfs.map&SRSNAME=EPSG:3857&SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&BBOX=791880.72463009,6321925.37255709,792929.6378,6322786.10157277&TYPENAME=TestLayer" I see that G

Re: [mapserver-users] WFS Client returns data at random with very same call

2021-05-28 Thread Even Rouault via mapserver-users
oops, sorry, didn't notice 😅 Le 28/05/2021 à 13:52, Lars Fricke a écrit : I put in the files as attach. Is that filtered? SkenData Email Signatur Am 28.05.21 um 13:43 schrieb Even Rouault: Please include your mapfile and the wfs-request-testlayer.xml file to reproduce. I'm confused by the ma

Re: [mapserver-users] WFS Client returns data at random with very same call

2021-05-28 Thread Even Rouault via mapserver-users
Please include your mapfile and the wfs-request-testlayer.xml file to reproduce. I'm confused by the mapfile you posted yesterday that uses epsg:25832 and the fact that GDAL through mapserver would issue a GetFeature in EPSG:3857 as suggested below. I can't see how that could happen (given the