Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upPort to PROJ 6 API #5888
Port to PROJ 6 API #5888
Conversation
…aring
…PROJ6 related)
… lossy PROJ4 strings
…th PROJ 4 and PROJ 6)
…/MapScript requests of the same thread
…ect.dat. The envelope in the GDAL TIFF file defers to micrometer depending on the exact PROJ transformation path
This comment has been minimized.
This comment has been minimized.
|
Hi @rouault - I see there are some FastCGI related changes as part of this. I made a new build from master and I'm getting HTTP 500 errors on IIS. The only information I can get from the failed request tracing is From the command line, and also when using the CgiModule rather than FastCgiModule in IIS everything works fine. I also downloaded a master build from https://www.gisinternals.com/development.php and it has the same issue when running under FastCGI. Any ideas on what may be the cause? I can take to the mailing list if more appropriate. |
This comment has been minimized.
This comment has been minimized.
In the code you mean ? In theory no. mapserv.c which is where FCGI specific code is hasn't been touched. Commit f595e91 is indeed supposed to help for FCGI code or Python WSGI + MapServer. That said, I'm not sure I tested FCGI after my changes |
This comment has been minimized.
This comment has been minimized.
|
OK, I've just test mapserver master against a PROJ 5 and PROJ 6 builds, with Apache and FastCGI under Linux, and it works fine... |
This comment has been minimized.
This comment has been minimized.
|
@rouault - thanks for the update. I've looked through some other recent commits and nothing stands out. Simply switching from FastCgi to Cgi and everything works, so it doesn't appear to be a dependency issue. I'll try compiling with USE_PROJ set to false to see if that works. |
This comment has been minimized.
This comment has been minimized.
|
you could also try |
rouault commentedOct 1, 2019
No description provided.