Seth G
Seth G
@tchaddad - thanks for this, and great timing! I'm currently trying to get an official 1.0 release together, and applying for mappyfile to be an OSGeo Community project. I'm happy...
Thanks @tchaddad for taking this on! Are you ok with being added to https://github.com/geographika/mappyfile#contributors ?
Maybe you are mixing the `cgi-mapserver` CGI executable for MapServer (7.4) package with the `libmapserver2` Shared library for MapServer pacakge (8.0.1)? Ubuntu 22.04 (jammy) seems to list MapServer 8.0.1 as...
> @rouault, @geographika, @jmckenna - looking the msCGIWriteError() function relative to the web ERROR and EMPTY properties use msReturnURL(). msReturnURL() process the URL as a template. I don't think it's...
@ltclm - thanks for providing a fully working test case. I can confirm the issue still exists in the MapServer main branch. The issue is that the Map extent is...
This appears to be a projection issue, and possibly related to #6479 and #6478. Setting `int apply_over = MS_FALSE;` in the following code brings back the correct results: https://github.com/MapServer/MapServer/blob/da769fc2e71644415160342a1bc125b6127c3f54/src/mapproject.c#L1902 
@oshawa-connection-jacobs - I'm not aware of anyone actively looking at this, and there are no relevant commits to [mapproject.c](https://github.com/MapServer/MapServer/commits/main/src/mapproject.c) that aren't already in the 8.0.1 release (if this is where...
@oshawa-connection - I would have been using the main branch and PROJ9, but I don't know what changes could have affected this since February when I could recreate the original...
@sdlime - I think this was me with the changes in #6268. Adding a `DEBUG 5` level to the layer or map should get the errors in the logs. The...
The `MS_NOTFOUND` in mapquery.c seems to hide/replace several other types of error e.g. errors in `msLayerGetShape` are replaced with `MS_NOTFOUND` ```c status = msLayerGetShape(lp, &shape, &record); if(status != MS_SUCCESS) {...