If you know the querystring that generated the failure you could run even
more verbose logging on the command line. Something like:
env CPL_DEBUG=ON CPL_TIMESTAMP=ON MS_DEBUGLEVEL=5 MS_ERRORFILE=/dev/stderr
mapserv
QUERY_STRING='SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&WIDTH=256&H
On Thu, Oct 5, 2023 at 6:51 PM Raghav Singh
wrote:
> Is there any method to debug mapserver so we can know where the root cause
> is?
>
See https://mapserver.org/optimization/debugging.html
You might pose specific questions to the Mapserver mailing list
https://lists.osgeo.org/mailman/listinfo/
On Thu, Oct 5, 2023 at 12:00 PM Raghav Singh
wrote:
> Thanks for replying. Yes, it can be this but just to confirm this we are
> getting only for a few imagesets and we have been getting this from a few
> months back only so if it was a error from way back why it came now in our
> system and only
On Tue, Oct 3, 2023 at 11:40 PM Raghav Singh via gdal-dev <
gdal-dev@lists.osgeo.org> wrote:
> I am trying to get a layer from wms and at higher zoom levels I am getting
> this error - msDrawMap(): Image handling error. Failed to draw layer
> named 'PICT-INHEND19-psQwiZ1L4t'. drawGDAL(): Unable to
I know you mention requirements.txt, but I write my setup.py with a
function that uses gdal-config to get Python bindings for the version of
GDAL I have installed. It looks something like this:
from setuptools import setup, find_packages
from subprocess import check_output
class GdalNotFoundErro