[Qgis-user] WMTS and QGIS 2.8

Goyo goyodiaz at gmail.com
Mon Feb 23 12:02:57 PST 2015


Hi Randy,

2015-02-23 18:09 GMT+01:00 Randal Hale <rjhale at northrivergeographic.com>:
> This was working I thought in 2.7 Master - but I've since upgraded and can't
> go back and test it.
>
> I was using ESRI's WMTS Services like this one:
> http://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/WMTS/1.0.0/WMTSCapabilities.xml
>
> Right now it's adding the service but nothing is displaying. I checked two
> and they were both blank. There is information (right click -> Properties)
> on the service. It seems to be seeing the service - just not retrieving
> imagery. Of course all I have to test against is the ESRI Services - that
> might be a problem in and of itself. If someone else can check it that would
> be awesome.

I've never used arcgis services that way but I tested and I see the
same as you. Pasting this on the python console works, though:

qgis.utils.iface.addRasterLayer("http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer?f=json&pretty=true","raster")

Goyo



More information about the Qgis-user mailing list