I receive the error:
URLError: when attempting to open a webpage containing a WMS map. This is part of a mapping system we run on client machines. I have the system running on multiple clients and have not encountered this error before.
It errors at:
mapServerUrl = settings.MAPSERVERABSOLUTEURL+"?map="+map_file wms = WebMapService(mapServerUrl, version='1.1.1')It fails a urllib do_open() command, which is not in my code. I tested the map server url manually and received a non-response.
It seems to time-out loading the page. I posted this to the general stack overflow forum, but thought it might be an issue with Mapserver.
أكثر...
URLError: when attempting to open a webpage containing a WMS map. This is part of a mapping system we run on client machines. I have the system running on multiple clients and have not encountered this error before.
It errors at:
mapServerUrl = settings.MAPSERVERABSOLUTEURL+"?map="+map_file wms = WebMapService(mapServerUrl, version='1.1.1')It fails a urllib do_open() command, which is not in my code. I tested the map server url manually and received a non-response.
It seems to time-out loading the page. I posted this to the general stack overflow forum, but thought it might be an issue with Mapserver.
أكثر...