I would like to add the Ocean Basemap to QGIS. I also found the other posts and I followed this procedure:
http://hub.qgis.org/wiki/quantum-gis/Arcgis_rest
Hovewer when I put in the Python console the following code, an error message appears.
qgis.utils.iface.addRasterLayer("http://services.arcgisonline.com/ArcGIS/rest/services/Ocean_Basemap/MapServer","raster")I tried this link also
qgis.utils.iface.addRasterLayer("http://services.arcgisonline.com/arcgis/rest/services/Ocean_Basemap/MapServer?f=jsapi","raster")I also tried using the gdal function:
gdal_translate "http://services.arcgisonline.com/arcgis/rest/services/Ocean_Basemap/MapServer?f=jsapi" s.xml -of WMSSo, I wonder, Is this method still operational? Or did I do a mistake somewhere?
أكثر...
http://hub.qgis.org/wiki/quantum-gis/Arcgis_rest
Hovewer when I put in the Python console the following code, an error message appears.
qgis.utils.iface.addRasterLayer("http://services.arcgisonline.com/ArcGIS/rest/services/Ocean_Basemap/MapServer","raster")I tried this link also
qgis.utils.iface.addRasterLayer("http://services.arcgisonline.com/arcgis/rest/services/Ocean_Basemap/MapServer?f=jsapi","raster")I also tried using the gdal function:
gdal_translate "http://services.arcgisonline.com/arcgis/rest/services/Ocean_Basemap/MapServer?f=jsapi" s.xml -of WMSSo, I wonder, Is this method still operational? Or did I do a mistake somewhere?
أكثر...