[Qgis-user] Accessing QGIS's log of errors? Issues with a WMS provider with QGIS 1.7.4 on MacOS X

Etienne Tourigny etourigny.dev at gmail.com
Wed Apr 18 07:26:50 PDT 2012


Alexandre.

First thing to look at is the "Log Messages" panel, but in this case
it shows nothing.

The proper way to see (very) verbose error output is to compile QGis
in "Debug" mode.
Basically you need to add the following option to cmake:
-DCMAKE_BUILD_TYPE=Debug

More details at http://hub.qgis.org/wiki/quantum-gis/Building_QGIS_with_CMake
For OSX specific info, see http://www.kyngchaos.com/macosx/index

I am not sure if there are debug builds out there...

Attached is the error log when adding a png layer from your server

Here is the most relevant part:

Debug: src/providers/wms/qgswmsprovider.cpp: 507: (draw) getmap:
http://wms.weatheroffice.gc.ca/geomet/?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&BBOX=-179.000000,27.988827,-39.000000,80.000000&SRS=EPSG:4326&WIDTH=1024&HEIGHT=380&LAYERS=CAPA.6P_PR&STYLES=PRECIPCM&FORMAT=image/png&DPI=96&TRANSPARENT=TRUE
Debug: src/core/qgsnetworkaccessmanager.cpp: 61: (queryProxy) using
user proxy for http://wms.weatheroffice.gc.ca/geomet/?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&BBOX=-179.000000,27.988827,-39.000000,80.000000&SRS=EPSG:4326&WIDTH=1024&HEIGHT=380&LAYERS=CAPA.6P_PR&STYLES=PRECIPCM&FORMAT=image/png&DPI=96&TRANSPARENT=TRUE
Debug: src/providers/wms/qgswmsprovider.cpp: 710: (readBlock) image
height = 380 bytesPerLine = 4096
Debug: src/core/raster/qgsrasterlayer.cpp: 4813: (createNextPartImage) Entered
Debug: src/core/raster/qgsrasterlayer.cpp: 4840: (createNextPartImage)
mCurrentPartRasterMin = 0
Debug: src/core/raster/qgsrasterlayer.cpp: 4841: (createNextPartImage)
imageX = 25 imageY = 242
Debug: src/core/raster/qgsrasterlayer.cpp: 4852: (createNextPartImage)
mCurrentPartRasterMax = 380 mViewPort->drawableAreaYDim = 380
Debug: src/core/raster/qgsrasterlayer.cpp: 959: (draw) raster draw
time (ms): 207
Debug: src/core/raster/qgsrasterlayer.cpp: 794: (draw) exiting.
Debug: src/core/qgsmaprenderer.cpp: 514: (render) Layer rendered without issues
Debug: src/core/qgsmaprenderer.cpp: 554: (render) Done rendering map layers
Debug: src/core/qgspallabeling.cpp: 1108: (drawLabeling) LABELING
work:  0 ms ... labels# 0
Debug: src/core/qgspallabeling.cpp: 1231: (drawLabeling) LABELING draw:  0 ms
Debug: src/core/qgsmaprenderer.cpp: 632: (render) Rendering completed
in (seconds): 0.224
Debug: src/providers/wms/qgswmsprovider.cpp: 1098:
(cacheReplyProgress) 608 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 1098:
(cacheReplyProgress) 1632 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 1098:
(cacheReplyProgress) 2656 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 1098:
(cacheReplyProgress) 3680 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 1098:
(cacheReplyProgress) 4704 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 1098:
(cacheReplyProgress) 5728 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 1098:
(cacheReplyProgress) 7776 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 1098:
(cacheReplyProgress) 9824 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 1098:
(cacheReplyProgress) 10848 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 1098:
(cacheReplyProgress) 11382 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 911: (cacheReplyFinished)
contentType: IMAGE/PNG
Debug: src/app/qgscustomization.cpp: 778: (customizeWidget) objectName
= QgsMessageViewer event type = 17
Debug: src/app/qgscustomization.cpp: 780: (customizeWidget)
QgsMessageViewer x QDialog

Etienne


On Wed, Apr 18, 2012 at 10:10 AM, Alexandre Leroux
<alexandre.leroux at ec.gc.ca> wrote:
>
> Hi list!
>
> I'm getting an error message when trying to display a WMS layer from a
> specific provider with QGIS 1.7.4 on MacOS X. The GetCapabilities works fine
> but when adding a layer, I get a cryptic short error message with "PNG???"
> or "JPEG???".
>
> My question: is there any way I can access QGIS verbose error logs?
>
> I'd like to understand (and thus fix) what's wrong. I suspect it's our WMS
> server that is not behaving correctly, but it does work with several other
> software such as OpenLayers, ArcGIS, MapInfo, etc. So far, only QGIS on
> MacOS X fails (it appears to work fine on QGIS on Windows) to load WMS
> layers from this server (other WMS servers appear to work fine in the MacOS
> X version of QGIS).
>
> For those curious to test, here's the WMS server:
> http://wms.weatheroffice.gc.ca/geomet/?service=WMS&request=getCapabilities
>
> It's on WeatherOffice, one of the most visited websites in Canada (don't we
> all like to know how to dress in the morning ;-) and I'd like to direct
> users of our WMS to QGIS in the official documentation, but I first need
> QGIS to work fine with our WMS server!
>
> Thanks for any feedback -
>
> Alex - Slashgeo.org
> --
> Alexandre Leroux, M.Sc., ing.
> MSC Data Management Section /
> Section de gestion des données du SMC
> Canadian Meteorological Centre / Centre météorologique canadien
> Environment Canada / Environnement Canada
> alexandre.leroux at ec.gc.ca - (514) 421-5024
> _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
-------------- next part --------------
Debug: src/providers/wms/qgswmssourceselect.cpp: 492: (addClicked) crs = EPSG:4326
Debug: src/app/qgisapp.cpp: 6722: (addRasterLayer) about to get library for wms
Debug: src/app/qgisapp.cpp: 6746: (addRasterLayer) Creating new raster layer using http://wms.weatheroffice.gc.ca/geomet/ with baseName of CAPA.6P_PR and layer list of CAPA.6P_PR and style list of PRECIPCM and format of image/png and providerKey of wms and CRS of EPSG:4326
Debug: src/core/qgsmaplayer.cpp: 53: (QgsMapLayer) lyrname is 'CAPA.6P_PR'
Debug: src/core/qgsmaplayer.cpp: 59: (QgsMapLayer) layerName is 'CAPA.6P_PR'
Debug: src/core/raster/qgsrasterlayer.cpp: 150: (QgsRasterLayer) (8 arguments) starting. with layer list of CAPA.6P_PR and style list of PRECIPCM and format of image/png and CRS of EPSG:4326
Debug: src/core/raster/qgsrastershader.cpp: 25: (QgsRasterShader) called.
Debug: src/core/raster/qgsrastershaderfunction.cpp: 24: (QgsRasterShaderFunction) entered.
Debug: src/core/qgsmaplayer.cpp: 104: (setLayerName) new name is 'CAPA.6P_PR'
Debug: src/core/raster/qgsrastershader.cpp: 25: (QgsRasterShader) called.
Debug: src/core/raster/qgsrastershaderfunction.cpp: 24: (QgsRasterShaderFunction) entered.
Debug: src/core/raster/qgsrasterlayer.cpp: 2176: (loadProvider) Entered
Debug: src/core/raster/qgsrasterlayer.cpp: 2135: (loadProviderLibrary) theProviderKey = wms
Debug: src/core/raster/qgsrasterlayer.cpp: 2139: (loadProviderLibrary) myLibPath = /home/softdev/lib/qgis/plugins/libwmsprovider.so
Debug: src/core/raster/qgsrasterlayer.cpp: 2161: (loadProviderLibrary) Library name is /home/softdev/lib/qgis/plugins/libwmsprovider.so
Debug: src/core/raster/qgsrasterlayer.cpp: 2169: (loadProviderLibrary) Loaded data provider library
Debug: src/core/raster/qgsrasterlayer.cpp: 2178: (loadProvider) Library loaded
Debug: src/core/raster/qgsrasterlayer.cpp: 2185: (loadProvider) Attempting to resolve the classFactory function
Debug: src/core/raster/qgsrasterlayer.cpp: 2193: (loadProvider) Getting pointer to a mDataProvider object from the library
Debug: src/providers/wms/qgswmsprovider.cpp: 140: (parseUri) testing for creds: http://wms.weatheroffice.gc.ca/geomet/
Debug: src/providers/wms/qgswmsprovider.cpp: 101: (QgsWmsProvider) constructing with uri 'http://wms.weatheroffice.gc.ca/geomet/'.
Debug: src/providers/wms/qgswmsprovider.cpp: 116: (QgsWmsProvider) mBaseUrl = http://wms.weatheroffice.gc.ca/geomet/?
Debug: src/providers/wms/qgswmsprovider.cpp: 118: (QgsWmsProvider) exiting constructor.
Debug: src/core/raster/qgsrasterlayer.cpp: 2207: (loadProvider) Data driver created
Debug: src/core/raster/qgsrasterlayer.cpp: 2259: (setDataProvider) Instantiated the data provider plugin with layer list of CAPA.6P_PR and style list of PRECIPCM and format of image/png and CRS of EPSG:4326
Debug: src/providers/wms/qgswmsprovider.cpp: 303: (addLayers) Entering with layer list of CAPA.6P_PR and style list of PRECIPCM
Debug: src/providers/wms/qgswmsprovider.cpp: 323: (addLayers) set visibility of layer 'CAPA.6P_PR' to true.
Debug: src/providers/wms/qgswmsprovider.cpp: 329: (addLayers) Exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 361: (setImageEncoding) Setting image encoding to image/png.
Debug: src/providers/wms/qgswmsprovider.cpp: 368: (setImageCrs) Setting image CRS to EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 2260: (calculateExtent) entered.
Debug: src/providers/wms/qgswmsprovider.cpp: 962: (retrieveServerCapabilities) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 975: (retrieveServerCapabilities) getcapabilities: http://wms.weatheroffice.gc.ca/geomet/?SERVICE=WMS&REQUEST=GetCapabilities
Debug: src/core/qgsnetworkaccessmanager.cpp: 61: (queryProxy) using user proxy for http://wms.weatheroffice.gc.ca/geomet/?SERVICE=WMS&REQUEST=GetCapabilities
Debug: src/providers/wms/qgswmsprovider.cpp: 1091: (capabilitiesReplyProgress) 230535 of 230535 bytes of capabilities downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 1004: (retrieveServerCapabilities) Converting to Dom.
Debug: src/providers/wms/qgswmsprovider.cpp: 1104: (parseCapabilitiesDom) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1139: (parseCapabilitiesDom) testing tagName WMT_MS_Capabilities
Debug: src/providers/wms/qgswmsprovider.cpp: 1173: (parseCapabilitiesDom)   Service.
Debug: src/providers/wms/qgswmsprovider.cpp: 1194: (parseService) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1438: (parseKeywordList) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1452: (parseKeywordList)       Keyword.
Debug: src/providers/wms/qgswmsprovider.cpp: 1452: (parseKeywordList)       Keyword.
Debug: src/providers/wms/qgswmsprovider.cpp: 1452: (parseKeywordList)       Keyword.
Debug: src/providers/wms/qgswmsprovider.cpp: 1452: (parseKeywordList)       Keyword.
Debug: src/providers/wms/qgswmsprovider.cpp: 1452: (parseKeywordList)       Keyword.
Debug: src/providers/wms/qgswmsprovider.cpp: 1459: (parseKeywordList) exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 1428: (parseOnlineResource) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1432: (parseOnlineResource) exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 1382: (parseContactInformation) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1306: (parseContactPersonPrimary) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1330: (parseContactPersonPrimary) exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 1336: (parseContactAddress) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1376: (parseContactAddress) exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 1422: (parseContactInformation) exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 1251: (parseService) exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 1178: (parseCapabilitiesDom)   Capability.
Debug: src/providers/wms/qgswmsprovider.cpp: 1257: (parseCapability) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1269: (parseCapability)   Request
Debug: src/providers/wms/qgswmsprovider.cpp: 1604: (parseRequest) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1614: (parseRequest)       GetMap.
Debug: src/providers/wms/qgswmsprovider.cpp: 1570: (parseOperationType) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1584: (parseOperationType)       Format.
Debug: src/providers/wms/qgswmsprovider.cpp: 1584: (parseOperationType)       Format.
Debug: src/providers/wms/qgswmsprovider.cpp: 1584: (parseOperationType)       Format.
Debug: src/providers/wms/qgswmsprovider.cpp: 1589: (parseOperationType)       DCPType.
Debug: src/providers/wms/qgswmsprovider.cpp: 1547: (parseDcpType) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1557: (parseDcpType)       HTTP.
Debug: src/providers/wms/qgswmsprovider.cpp: 1519: (parseHttp) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1529: (parseHttp)       Get.
Debug: src/providers/wms/qgswmsprovider.cpp: 1465: (parseGet) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1479: (parseGet)       OnlineResource.
Debug: src/providers/wms/qgswmsprovider.cpp: 1428: (parseOnlineResource) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1432: (parseOnlineResource) exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 1486: (parseGet) exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 1541: (parseHttp) exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 1564: (parseDcpType) exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 1598: (parseOperationType) exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 1619: (parseRequest)       GetFeatureInfo.
Debug: src/providers/wms/qgswmsprovider.cpp: 1570: (parseOperationType) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1584: (parseOperationType)       Format.
Debug: src/providers/wms/qgswmsprovider.cpp: 1584: (parseOperationType)       Format.
Debug: src/providers/wms/qgswmsprovider.cpp: 1584: (parseOperationType)       Format.
Debug: src/providers/wms/qgswmsprovider.cpp: 1589: (parseOperationType)       DCPType.
Debug: src/providers/wms/qgswmsprovider.cpp: 1547: (parseDcpType) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1557: (parseDcpType)       HTTP.
Debug: src/providers/wms/qgswmsprovider.cpp: 1519: (parseHttp) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1529: (parseHttp)       Get.
Debug: src/providers/wms/qgswmsprovider.cpp: 1465: (parseGet) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1479: (parseGet)       OnlineResource.
Debug: src/providers/wms/qgswmsprovider.cpp: 1428: (parseOnlineResource) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1432: (parseOnlineResource) exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 1486: (parseGet) exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 1541: (parseHttp) exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 1564: (parseDcpType) exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 1598: (parseOperationType) exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 1626: (parseRequest) exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 1269: (parseCapability)   Exception
Debug: src/providers/wms/qgswmsprovider.cpp: 1269: (parseCapability)   UserDefinedSymbolization
Debug: src/providers/wms/qgswmsprovider.cpp: 1269: (parseCapability)   Layer
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for CAPA.6F_PR is -179.000,28.000 : -39.000,80.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for CAPA.6P_PR is -179.000,28.000 : -39.000,80.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for CAPA.24F_PR is -179.000,28.000 : -39.000,80.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBETA_GZ is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBETA_UV is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBETA_WD is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBETA_NT is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBETA_TT is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBETA_TD is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBETA_HU is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBETA_QC is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBETA_ES is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBETA_HR is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBETA_P0 is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBETA_PN is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBETA_PR is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBETA_RT is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBETA_RN is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBETA_FR is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBETA_SN is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBPRES_UV is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBPRES_WD is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBPRES_TT is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBPRES_HU is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBPRES_HR is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBPRES_GZ is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBPRES_ES is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBPRES_PN is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBPRES_PR is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for GLBPRES_RT is -180.000,-90.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMARCTICETA_GZ is -85.106,58.252 : -55.179,70.236.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMARCTICETA_UV is -85.106,58.252 : -55.179,70.236.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMARCTICETA_WD is -85.106,58.252 : -55.179,70.236.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMARCTICETA_NT is -85.106,58.252 : -55.179,70.236.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMARCTICETA_TT is -85.106,58.252 : -55.179,70.236.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMARCTICETA_TD is -85.106,58.252 : -55.179,70.236.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMARCTICETA_ES is -85.106,58.252 : -55.179,70.236.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMARCTICETA_P0 is -85.106,58.252 : -55.179,70.236.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMARCTICETA_PN is -85.106,58.252 : -55.179,70.236.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMARCTICETA_PR is -85.106,58.252 : -55.179,70.236.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMARCTICETA_RT is -85.106,58.252 : -55.179,70.236.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMARCTICETA_RN is -85.106,58.252 : -55.179,70.236.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMARCTICETA_FR is -85.106,58.252 : -55.179,70.236.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMARCTICETA_SN is -85.106,58.252 : -55.179,70.236.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMEASTETA_GZ is -95.476,37.990 : -68.764,51.323.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMEASTETA_UV is -95.476,37.990 : -68.764,51.323.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMEASTETA_WD is -95.476,37.990 : -68.764,51.323.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMEASTETA_NT is -95.476,37.990 : -68.764,51.323.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMEASTETA_TT is -95.476,37.990 : -68.764,51.323.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMEASTETA_TD is -95.476,37.990 : -68.764,51.323.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMEASTETA_ES is -95.476,37.990 : -68.764,51.323.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMEASTETA_P0 is -95.476,37.990 : -68.764,51.323.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMEASTETA_PN is -95.476,37.990 : -68.764,51.323.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMEASTETA_PR is -95.476,37.990 : -68.764,51.323.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMEASTETA_RT is -95.476,37.990 : -68.764,51.323.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMEASTETA_RN is -95.476,37.990 : -68.764,51.323.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMEASTETA_FR is -95.476,37.990 : -68.764,51.323.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMEASTETA_SN is -95.476,37.990 : -68.764,51.323.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMMARITIMEETA_GZ is -73.506,40.210 : -40.824,54.596.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMMARITIMEETA_UV is -73.506,40.210 : -40.824,54.596.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMMARITIMEETA_WD is -73.506,40.210 : -40.824,54.596.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMMARITIMEETA_NT is -73.506,40.210 : -40.824,54.596.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMMARITIMEETA_TT is -73.506,40.210 : -40.824,54.596.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMMARITIMEETA_TD is -73.506,40.210 : -40.824,54.596.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMMARITIMEETA_ES is -73.506,40.210 : -40.824,54.596.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMMARITIMEETA_P0 is -73.506,40.210 : -40.824,54.596.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMMARITIMEETA_PN is -73.506,40.210 : -40.824,54.596.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMMARITIMEETA_PR is -73.506,40.210 : -40.824,54.596.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMMARITIMEETA_RT is -73.506,40.210 : -40.824,54.596.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMMARITIMEETA_RN is -73.506,40.210 : -40.824,54.596.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMMARITIMEETA_FR is -73.506,40.210 : -40.824,54.596.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMMARITIMEETA_SN is -73.506,40.210 : -40.824,54.596.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMWESTETA_GZ is -136.010,44.167 : -108.855,57.208.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMWESTETA_UV is -136.010,44.167 : -108.855,57.208.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMWESTETA_WD is -136.010,44.167 : -108.855,57.208.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMWESTETA_NT is -136.010,44.167 : -108.855,57.208.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMWESTETA_TT is -136.010,44.167 : -108.855,57.208.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMWESTETA_TD is -136.010,44.167 : -108.855,57.208.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMWESTETA_ES is -136.010,44.167 : -108.855,57.208.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMWESTETA_P0 is -136.010,44.167 : -108.855,57.208.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMWESTETA_PN is -136.010,44.167 : -108.855,57.208.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMWESTETA_PR is -136.010,44.167 : -108.855,57.208.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMWESTETA_RT is -136.010,44.167 : -108.855,57.208.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMWESTETA_RN is -136.010,44.167 : -108.855,57.208.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMWESTETA_FR is -136.010,44.167 : -108.855,57.208.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for LAMWESTETA_SN is -136.010,44.167 : -108.855,57.208.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for MACH_O3 is -173.004,19.011 : -38.045,76.115.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for MACH_AF is -173.004,19.011 : -38.045,76.115.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for MACH_AC is -173.004,19.011 : -38.045,76.115.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for MACH_S2 is -173.004,19.011 : -38.045,76.115.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for MACH_NO is -173.004,19.011 : -38.045,76.115.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for MACH_N2 is -173.004,19.011 : -38.045,76.115.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for RADAR.2KM_L1 is -150.000,-50.000 : 20.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for RADAR.12KM_L1 is -150.000,-50.000 : 20.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGETA_GZ is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGETA_UV is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGETA_WD is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGETA_NT is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGETA_TT is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGETA_TD is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGETA_HU is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGETA_QC is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGETA_ES is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGETA_HR is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGETA_P0 is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGETA_PN is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGETA_PR is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGETA_RT is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGETA_RN is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGETA_FR is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGETA_SN is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGPRES_UV is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGPRES_WD is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGPRES_TT is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGPRES_HU is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGPRES_HR is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGPRES_GZ is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGPRES_ES is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGPRES_PN is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGPRES_PR is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1742: (parseLayer)       Nested layer.
Debug: src/providers/wms/qgswmsprovider.cpp: 1941: (parseLayer) testing bounding box CRS which is EPSG:4326.
Debug: src/providers/wms/qgswmsprovider.cpp: 1951: (parseLayer) extent for REGPRES_RT is -180.000,6.000 : 180.000,90.000.
Debug: src/providers/wms/qgswmsprovider.cpp: 1300: (parseCapability) exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 1186: (parseCapabilitiesDom) exiting.
Debug: src/providers/wms/qgswmsprovider.cpp: 1023: (retrieveServerCapabilities) exiting.
Debug: src/core/qgscoordinatereferencesystem.cpp: 289: (loadFromDb) failed : select srs_id,description,projection_acronym,ellipsoid_acronym,parameters,srid,auth_name||':'||auth_id,is_geo from tbl_srs where lower(auth_name||':'||auth_id)='crs:84' order by deprecated
Debug: src/providers/wms/qgswmsprovider.cpp: 2313: (calculateExtent) Sublayer Iterator: CAPA.6P_PR
Debug: src/providers/wms/qgswmsprovider.cpp: 2347: (calculateExtent) combined extent is '-179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000' after 'CAPA.6P_PR'.
Debug: src/providers/wms/qgswmsprovider.cpp: 2351: (calculateExtent) exiting with '-179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000'.
Debug: src/core/raster/qgsrasterlayer.cpp: 2284: (setDataProvider) Extent of layer: -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/raster/qgsrasterlayer.cpp: 2296: (setDataProvider) mLayerName: CAPA.6P_PR
Debug: src/core/raster/qgsrasterlayer.cpp: 2315: (setDataProvider) using wkt:
GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]
Debug: src/core/raster/qgsrasterlayer.cpp: 2585: (setContrastEnhancementAlgorithm) called with [StretchAndClipToMinimumMaximum] and flag=1
Debug: src/core/raster/qgscontrastenhancement.cpp: 243: (setContrastEnhancementAlgorithm) called algorithm: 2 generate lookup table: 1
Debug: src/core/raster/qgsrasterlayer.cpp: 2347: (setDataProvider) bandCount = 1
Debug: src/core/raster/qgsrasterlayer.cpp: 2348: (setDataProvider) dataType = 12
Debug: src/providers/wms/qgswmsprovider.cpp: 2363: (capabilities) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 2376: (capabilities) 'CAPA.6P_PR' is queryable.
Debug: src/core/raster/qgsrasterlayer.cpp: 2379: (setDataProvider) mRasterType = 3
Debug: src/core/raster/qgsrasterlayer.cpp: 2382: (setDataProvider) Setting mDrawingStyle to SingleBandColorDataStyle 10
Debug: src/core/raster/qgsrasterlayer.cpp: 249: (lastModified) name=http://wms.weatheroffice.gc.ca/geomet/
Debug: src/core/raster/qgsrasterlayer.cpp: 2503: (setDataProvider) exiting.
Debug: src/core/raster/qgsrasterlayer.cpp: 172: (QgsRasterLayer) (8 arguments) exiting.
Debug: src/app/qgisapp.cpp: 6751: (addRasterLayer) Constructed new layer.
Debug: src/app/legend/qgslegend.cpp: 851: (addLayer) Entering.
Debug: src/core/raster/qgsrasterlayer.cpp: 804: (draw)  3 arguments
Debug: src/core/raster/qgsrasterlayer.cpp: 814: (draw) mDrawingStyle = 10
Debug: src/core/raster/qgsrasterlayer.cpp: 299: (bandNumber) myRasterBandStats.bandName: Band 1  :: theBandName: Band 1
Debug: src/core/raster/qgsrasterlayer.cpp: 304: (bandNumber) ********** band 1 was found in bandNumber Band 1
Debug: src/core/raster/qgsrasterlayer.cpp: 3663: (drawSingleBandColorData) entered.
Debug: src/core/raster/qgsrasterlayer.cpp: 4742: (reset) Start
Debug: src/core/raster/qgsrasterlayer.cpp: 4813: (createNextPartImage) Entered
Debug: src/core/raster/qgsrasterlayer.cpp: 4852: (createNextPartImage) mCurrentPartRasterMax = -1 mViewPort->drawableAreaYDim = 32
Debug: src/core/raster/qgsrasterlayer.cpp: 4885: (createNextPartImage) rasterYSize = 32
Debug: src/core/raster/qgsrasterlayer.cpp: 4902: (createNextPartImage) xSize = 32 ySize = 32
Debug: src/core/raster/qgsrasterlayer.cpp: 4908: (createNextPartImage) alloc 4096
Debug: src/core/raster/qgsrasterlayer.cpp: 4914: (createNextPartImage) mCurrentRow = 0 yMaximum = 80 ySize = 32 mapUnitsPerPixel = 4.375
Debug: src/core/raster/qgsrasterlayer.cpp: 4917: (createNextPartImage) myPartExtent is -179.0000000000000000,-60.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsrasterdataprovider.cpp: 28: (readBlock) Entered
Debug: src/core/qgsrasterdataprovider.cpp: 29: (readBlock) viewExtent = -179.0000000000000000,-60.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/providers/wms/qgswmsprovider.cpp: 701: (readBlock) Entered
Debug: src/providers/wms/qgswmsprovider.cpp: 392: (draw) Entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 458: (draw) Active layer list of CAPA.6P_PR and style list of PRECIPCM
Debug: src/providers/wms/qgswmsprovider.cpp: 481: (draw) Visible layer list of CAPA.6P_PR and style list of PRECIPCM
Debug: src/providers/wms/qgswmsprovider.cpp: 507: (draw) getmap: http://wms.weatheroffice.gc.ca/geomet/?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&BBOX=-179.000000,-60.000000,-39.000000,80.000000&SRS=EPSG:4326&WIDTH=32&HEIGHT=32&LAYERS=CAPA.6P_PR&STYLES=PRECIPCM&FORMAT=image/png&TRANSPARENT=TRUE
Debug: src/core/qgsnetworkaccessmanager.cpp: 61: (queryProxy) using user proxy for http://wms.weatheroffice.gc.ca/geomet/?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&BBOX=-179.000000,-60.000000,-39.000000,80.000000&SRS=EPSG:4326&WIDTH=32&HEIGHT=32&LAYERS=CAPA.6P_PR&STYLES=PRECIPCM&FORMAT=image/png&TRANSPARENT=TRUE
Debug: src/providers/wms/qgswmsprovider.cpp: 710: (readBlock) image height = 32 bytesPerLine = 128
Debug: src/core/raster/qgsrasterlayer.cpp: 4813: (createNextPartImage) Entered
Debug: src/core/raster/qgsrasterlayer.cpp: 4840: (createNextPartImage) mCurrentPartRasterMin = 0
Debug: src/core/raster/qgsrasterlayer.cpp: 4841: (createNextPartImage) imageX = 0 imageY = 10.0571
Debug: src/core/raster/qgsrasterlayer.cpp: 4852: (createNextPartImage) mCurrentPartRasterMax = 32 mViewPort->drawableAreaYDim = 32
Debug: src/core/raster/qgsrasterlayer.cpp: 959: (draw) raster draw time (ms): 200
Debug: src/providers/wms/qgswmsprovider.cpp: 2363: (capabilities) entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 2376: (capabilities) 'CAPA.6P_PR' is queryable.
Debug: src/core/raster/qgsrasterlayer.cpp: 804: (draw)  3 arguments
Debug: src/core/raster/qgsrasterlayer.cpp: 814: (draw) mDrawingStyle = 10
Debug: src/core/raster/qgsrasterlayer.cpp: 299: (bandNumber) myRasterBandStats.bandName: Band 1  :: theBandName: Band 1
Debug: src/core/raster/qgsrasterlayer.cpp: 304: (bandNumber) ********** band 1 was found in bandNumber Band 1
Debug: src/core/raster/qgsrasterlayer.cpp: 3663: (drawSingleBandColorData) entered.
Debug: src/core/raster/qgsrasterlayer.cpp: 4742: (reset) Start
Debug: src/core/raster/qgsrasterlayer.cpp: 4813: (createNextPartImage) Entered
Debug: src/core/raster/qgsrasterlayer.cpp: 4852: (createNextPartImage) mCurrentPartRasterMax = -1 mViewPort->drawableAreaYDim = 32
Debug: src/core/raster/qgsrasterlayer.cpp: 4885: (createNextPartImage) rasterYSize = 32
Debug: src/core/raster/qgsrasterlayer.cpp: 4902: (createNextPartImage) xSize = 32 ySize = 32
Debug: src/core/raster/qgsrasterlayer.cpp: 4908: (createNextPartImage) alloc 4096
Debug: src/core/raster/qgsrasterlayer.cpp: 4914: (createNextPartImage) mCurrentRow = 0 yMaximum = 80 ySize = 32 mapUnitsPerPixel = 4.375
Debug: src/core/raster/qgsrasterlayer.cpp: 4917: (createNextPartImage) myPartExtent is -179.0000000000000000,-60.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsrasterdataprovider.cpp: 28: (readBlock) Entered
Debug: src/core/qgsrasterdataprovider.cpp: 29: (readBlock) viewExtent = -179.0000000000000000,-60.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/providers/wms/qgswmsprovider.cpp: 701: (readBlock) Entered
Debug: src/providers/wms/qgswmsprovider.cpp: 392: (draw) Entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 710: (readBlock) image height = 32 bytesPerLine = 128
Debug: src/core/raster/qgsrasterlayer.cpp: 4813: (createNextPartImage) Entered
Debug: src/core/raster/qgsrasterlayer.cpp: 4840: (createNextPartImage) mCurrentPartRasterMin = 0
Debug: src/core/raster/qgsrasterlayer.cpp: 4841: (createNextPartImage) imageX = 0 imageY = 10.0571
Debug: src/core/raster/qgsrasterlayer.cpp: 4852: (createNextPartImage) mCurrentPartRasterMax = 32 mViewPort->drawableAreaYDim = 32
Debug: src/core/raster/qgsrasterlayer.cpp: 959: (draw) raster draw time (ms): 0
Debug: src/app/legend/qgslegend.cpp: 1886: (updateMapCanvasLayerSet) Entering.
Debug: src/gui/qgsmapcanvas.cpp: 278: (setLayerSet) Layer changed to: CAPA_6P_PR20120418111342127, CAPA_6P_PR20120418111259999
Debug: src/core/qgsmaprenderer.cpp: 924: (setLayerSet) Entering: CAPA_6P_PR20120418111342127, CAPA_6P_PR20120418111259999
Debug: src/core/qgsmaprenderer.cpp: 855: (updateFullExtent) called.
Debug: src/core/qgsmaprenderer.cpp: 865: (updateFullExtent) Layer count: 2
Debug: src/core/qgsmaprenderer.cpp: 875: (updateFullExtent) Updating extent using CAPA.6P_PR
Debug: src/core/qgsmaprenderer.cpp: 876: (updateFullExtent) Input extent: -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsmaprenderer.cpp: 773: (layerExtentToOutputExtent) sourceCrs = EPSG:4326
Debug: src/core/qgsmaprenderer.cpp: 774: (layerExtentToOutputExtent) destCRS = EPSG:4326
Debug: src/core/qgsmaprenderer.cpp: 775: (layerExtentToOutputExtent) extent = -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsmaprenderer.cpp: 788: (layerExtentToOutputExtent) proj extent = -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsmaprenderer.cpp: 882: (updateFullExtent) Output extent: -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsmaprenderer.cpp: 875: (updateFullExtent) Updating extent using CAPA.6P_PR
Debug: src/core/qgsmaprenderer.cpp: 876: (updateFullExtent) Input extent: -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsmaprenderer.cpp: 773: (layerExtentToOutputExtent) sourceCrs = EPSG:4326
Debug: src/core/qgsmaprenderer.cpp: 774: (layerExtentToOutputExtent) destCRS = EPSG:4326
Debug: src/core/qgsmaprenderer.cpp: 775: (layerExtentToOutputExtent) extent = -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsmaprenderer.cpp: 788: (layerExtentToOutputExtent) proj extent = -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsmaprenderer.cpp: 882: (updateFullExtent) Output extent: -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsmaprenderer.cpp: 913: (updateFullExtent) Full extent: -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsmaprenderer.cpp: 855: (updateFullExtent) called.
Debug: src/core/qgsmaprenderer.cpp: 865: (updateFullExtent) Layer count: 2
Debug: src/core/qgsmaprenderer.cpp: 875: (updateFullExtent) Updating extent using CAPA.6P_PR
Debug: src/core/qgsmaprenderer.cpp: 876: (updateFullExtent) Input extent: -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsmaprenderer.cpp: 773: (layerExtentToOutputExtent) sourceCrs = EPSG:4326
Debug: src/core/qgsmaprenderer.cpp: 774: (layerExtentToOutputExtent) destCRS = EPSG:4326
Debug: src/core/qgsmaprenderer.cpp: 775: (layerExtentToOutputExtent) extent = -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsmaprenderer.cpp: 788: (layerExtentToOutputExtent) proj extent = -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsmaprenderer.cpp: 882: (updateFullExtent) Output extent: -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsmaprenderer.cpp: 875: (updateFullExtent) Updating extent using CAPA.6P_PR
Debug: src/core/qgsmaprenderer.cpp: 876: (updateFullExtent) Input extent: -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsmaprenderer.cpp: 773: (layerExtentToOutputExtent) sourceCrs = EPSG:4326
Debug: src/core/qgsmaprenderer.cpp: 774: (layerExtentToOutputExtent) destCRS = EPSG:4326
Debug: src/core/qgsmaprenderer.cpp: 775: (layerExtentToOutputExtent) extent = -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsmaprenderer.cpp: 788: (layerExtentToOutputExtent) proj extent = -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsmaprenderer.cpp: 882: (updateFullExtent) Output extent: -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsmaprenderer.cpp: 913: (updateFullExtent) Full extent: -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/gui/qgsmapoverviewcanvas.cpp: 181: (drawExtentRect) panning: extent to widget: [-2147483648,-2147483648] [1x1]
Debug: src/gui/qgsmapcanvas.cpp: 325: (setLayerSet) Layers have changed, refreshing
Debug: src/app/legend/qgslayerorder.cpp: 94: (refreshLayerList) add item=CAPA.6P_PR at 0
Debug: src/app/legend/qgslayerorder.cpp: 94: (refreshLayerList) add item=CAPA.6P_PR at 1
Debug: src/gui/qgsmapcanvasmap.cpp: 63: (render) mUseQImageToRender = 1
Debug: src/core/qgsmaprenderer.cpp: 230: (render) ========== Rendering ==========
Debug: src/core/qgsmaprenderer.cpp: 268: (render) Starting to render layer stack.
Debug: src/core/qgsmaprenderer.cpp: 359: (render) Rendering at layer item CAPA_6P_PR20120418111259999
Debug: src/core/qgsmaprenderer.cpp: 367: (render) If there is a QPaintEngine error here, it is caused by an emit call
Debug: src/core/qgsmaprenderer.cpp: 384: (render) layer CAPA.6P_PR:  minscale:0  maxscale:1e+08  scaledepvis:0  extent:-179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsmaprenderer.cpp: 403: (render)   extent 1: -182.5000000000000000,-5.1284916201117348 : -35.5000000000000000,113.1284916201117312
Debug: src/core/qgsmaprenderer.cpp: 404: (render)   extent 2: Empty
Debug: src/core/qgsmaprenderer.cpp: 487: (render) Caching enabled --- drawing layer from cached image
Debug: src/core/qgsmaprenderer.cpp: 359: (render) Rendering at layer item CAPA_6P_PR20120418111342127
Debug: src/core/qgsmaprenderer.cpp: 367: (render) If there is a QPaintEngine error here, it is caused by an emit call
Debug: src/core/qgsmaprenderer.cpp: 384: (render) layer CAPA.6P_PR:  minscale:0  maxscale:1e+08  scaledepvis:0  extent:-179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsmaprenderer.cpp: 403: (render)   extent 1: -182.5000000000000000,-5.1284916201117348 : -35.5000000000000000,113.1284916201117312
Debug: src/core/qgsmaprenderer.cpp: 404: (render)   extent 2: Empty
Debug: src/core/qgsmaprenderer.cpp: 471: (render) Caching enabled but layer redraw forced by extent change or empty cache
Debug: src/core/qgsmaplayer.cpp: 1096: (setCacheImage) cache Image set!
Debug: src/core/raster/qgsrasterlayer.cpp: 630: (draw) entered. (renderContext)
Debug: src/core/raster/qgsrasterlayer.cpp: 636: (draw) checking timestamp.
Debug: src/core/raster/qgsrasterlayer.cpp: 4642: (update) entered.
Debug: src/core/raster/qgsrasterlayer.cpp: 651: (draw) coordinateTransform set -> project extents.
Debug: src/core/raster/qgsrasterlayer.cpp: 696: (draw) theViewExtent is -182.5000000000000000,-5.1284916201117348 : -35.5000000000000000,113.1284916201117312
Debug: src/core/raster/qgsrasterlayer.cpp: 697: (draw) myProjectedViewExtent is -182.5000000000000000,-5.1284916201117348 : -35.5000000000000000,113.1284916201117312
Debug: src/core/raster/qgsrasterlayer.cpp: 698: (draw) myProjectedLayerExtent is -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/raster/qgsrasterlayer.cpp: 699: (draw) myRasterExtent is -179.0000000000000000,28.0000000000000000 : -39.0000000000000000,80.0000000000000000
Debug: src/core/raster/qgsrasterlayer.cpp: 804: (draw)  3 arguments
Debug: src/core/raster/qgsrasterlayer.cpp: 814: (draw) mDrawingStyle = 10
Debug: src/core/raster/qgsrasterlayer.cpp: 299: (bandNumber) myRasterBandStats.bandName: Band 1  :: theBandName: Band 1
Debug: src/core/raster/qgsrasterlayer.cpp: 304: (bandNumber) ********** band 1 was found in bandNumber Band 1
Debug: src/core/raster/qgsrasterlayer.cpp: 3663: (drawSingleBandColorData) entered.
Debug: src/core/raster/qgsrasterlayer.cpp: 4742: (reset) Start
Debug: src/core/raster/qgsrasterlayer.cpp: 4813: (createNextPartImage) Entered
Debug: src/core/raster/qgsrasterlayer.cpp: 4852: (createNextPartImage) mCurrentPartRasterMax = -1 mViewPort->drawableAreaYDim = 380
Debug: src/core/raster/qgsrasterlayer.cpp: 4885: (createNextPartImage) rasterYSize = 380
Debug: src/core/raster/qgsrasterlayer.cpp: 4902: (createNextPartImage) xSize = 1024 ySize = 380
Debug: src/core/raster/qgsrasterlayer.cpp: 4908: (createNextPartImage) alloc 1556480
Debug: src/core/raster/qgsrasterlayer.cpp: 4914: (createNextPartImage) mCurrentRow = 0 yMaximum = 80 ySize = 380 mapUnitsPerPixel = 0.136872
Debug: src/core/raster/qgsrasterlayer.cpp: 4917: (createNextPartImage) myPartExtent is -179.0000000000000000,27.9888268156424616 : -39.0000000000000000,80.0000000000000000
Debug: src/core/qgsrasterdataprovider.cpp: 28: (readBlock) Entered
Debug: src/core/qgsrasterdataprovider.cpp: 29: (readBlock) viewExtent = -179.0000000000000000,27.9888268156424616 : -39.0000000000000000,80.0000000000000000
Debug: src/providers/wms/qgswmsprovider.cpp: 701: (readBlock) Entered
Debug: src/providers/wms/qgswmsprovider.cpp: 392: (draw) Entering.
Debug: src/providers/wms/qgswmsprovider.cpp: 1098: (cacheReplyProgress) 0 of 0 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 458: (draw) Active layer list of CAPA.6P_PR and style list of PRECIPCM
Debug: src/providers/wms/qgswmsprovider.cpp: 481: (draw) Visible layer list of CAPA.6P_PR and style list of PRECIPCM
Debug: src/providers/wms/qgswmsprovider.cpp: 507: (draw) getmap: http://wms.weatheroffice.gc.ca/geomet/?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&BBOX=-179.000000,27.988827,-39.000000,80.000000&SRS=EPSG:4326&WIDTH=1024&HEIGHT=380&LAYERS=CAPA.6P_PR&STYLES=PRECIPCM&FORMAT=image/png&DPI=96&TRANSPARENT=TRUE
Debug: src/core/qgsnetworkaccessmanager.cpp: 61: (queryProxy) using user proxy for http://wms.weatheroffice.gc.ca/geomet/?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&BBOX=-179.000000,27.988827,-39.000000,80.000000&SRS=EPSG:4326&WIDTH=1024&HEIGHT=380&LAYERS=CAPA.6P_PR&STYLES=PRECIPCM&FORMAT=image/png&DPI=96&TRANSPARENT=TRUE
Debug: src/providers/wms/qgswmsprovider.cpp: 710: (readBlock) image height = 380 bytesPerLine = 4096
Debug: src/core/raster/qgsrasterlayer.cpp: 4813: (createNextPartImage) Entered
Debug: src/core/raster/qgsrasterlayer.cpp: 4840: (createNextPartImage) mCurrentPartRasterMin = 0
Debug: src/core/raster/qgsrasterlayer.cpp: 4841: (createNextPartImage) imageX = 25 imageY = 242
Debug: src/core/raster/qgsrasterlayer.cpp: 4852: (createNextPartImage) mCurrentPartRasterMax = 380 mViewPort->drawableAreaYDim = 380
Debug: src/core/raster/qgsrasterlayer.cpp: 959: (draw) raster draw time (ms): 207
Debug: src/core/raster/qgsrasterlayer.cpp: 794: (draw) exiting.
Debug: src/core/qgsmaprenderer.cpp: 514: (render) Layer rendered without issues
Debug: src/core/qgsmaprenderer.cpp: 554: (render) Done rendering map layers
Debug: src/core/qgspallabeling.cpp: 1108: (drawLabeling) LABELING work:  0 ms ... labels# 0
Debug: src/core/qgspallabeling.cpp: 1231: (drawLabeling) LABELING draw:  0 ms
Debug: src/core/qgsmaprenderer.cpp: 632: (render) Rendering completed in (seconds): 0.224
Debug: src/providers/wms/qgswmsprovider.cpp: 1098: (cacheReplyProgress) 608 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 1098: (cacheReplyProgress) 1632 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 1098: (cacheReplyProgress) 2656 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 1098: (cacheReplyProgress) 3680 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 1098: (cacheReplyProgress) 4704 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 1098: (cacheReplyProgress) 5728 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 1098: (cacheReplyProgress) 7776 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 1098: (cacheReplyProgress) 9824 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 1098: (cacheReplyProgress) 10848 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 1098: (cacheReplyProgress) 11382 of 11382 bytes of map downloaded.
Debug: src/providers/wms/qgswmsprovider.cpp: 911: (cacheReplyFinished) contentType: IMAGE/PNG
Debug: src/app/qgscustomization.cpp: 778: (customizeWidget) objectName = QgsMessageViewer event type = 17
Debug: src/app/qgscustomization.cpp: 780: (customizeWidget) QgsMessageViewer x QDialog


More information about the Qgis-user mailing list