<div dir="ltr">Hi Randy,<div><br></div><div>You are requesting json format from arcgisonline. That is a vector format and you are trying to use it as a raster image.</div><div>Secondly you are trying to translate that into WMS with gdal_translate. Gdal supports WMS-reading only, not creation (<a href="http://gdal.org/formats_list.html">http://gdal.org/formats_list.html</a>).</div>
<div><br></div><div>I recommend for you some introduction to GIS and raster and vector formats.</div><div><a href="http://www.qgis.org/en/docs/gentle_gis_introduction/index.html">http://www.qgis.org/en/docs/gentle_gis_introduction/index.html</a><br>
</div><div><br></div><div><br></div><div>Regards,</div><div><br></div><div>Lauri</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Mar 13, 2014 at 4:51 PM, Randal Hale <span dir="ltr"><<a href="mailto:rjhale@northrivergeographic.com" target="_blank">rjhale@northrivergeographic.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So I figured I would start here and work my way out...or up. Sorry for the cross posting. I'm hitting a little bit of everything on this one. Same action - different results (sorta). This is all of my attempts at adding a REST Service from ArcGISOnline to QGIS (using GDAL in some cases).<br>

<br>
On Ubuntu 12.04 LTS gdal 1.10<br>
This command: gdal_translate "<a href="http://server.arcgisonline.com/ArcGIS/rest/services/USA_Topo_Maps/MapServer?f=json&pretty=true" target="_blank">http://server.arcgisonline.<u></u>com/ArcGIS/rest/services/USA_<u></u>Topo_Maps/MapServer?f=json&<u></u>pretty=true</a>" ESRITopographicLayer.xml -of WMS<br>

Gives me a segmentation fault<br>
<br>
On windows 7 OSGEO4w 32 bit installer gdal 1.10.1<br>
This command: gdal_translate "<a href="http://server.arcgisonline.com/ArcGIS/rest/services/USA_Topo_Maps/MapServer?f=json&pretty=true" target="_blank">http://server.arcgisonline.<u></u>com/ArcGIS/rest/services/USA_<u></u>Topo_Maps/MapServer?f=json&<u></u>pretty=true</a>" ESRITopographicLayer.xml -of WMS<br>

Gives me:<br>
ERROR 4: `/vsimem/http_1/file.dat' not recognised as a supported file format.<br>
ERROR 4: `/tmp/file.dat' not recognised as a supported file format.<br>
GDALOpen failed - 4<br>
<br>
In QGIS 2.2  On windows (OSGEo4W installer) python console:<br>
qgis.utils.iface.<u></u>addRasterLayer("<a href="http://server.arcgisonline.com/ArcGIS/rest/services/USA_Topo_Maps/MapServer?f=json&pretty=true" target="_blank">http://server.<u></u>arcgisonline.com/ArcGIS/rest/<u></u>services/USA_Topo_Maps/<u></u>MapServer?f=json&pretty=true</a>",<u></u>"raster")<br>

Gives me an error saying /tmp/file.dat is not a recognized format.<br>
<br>
On Ubuntu 12.04 QGIS 2.2 Python Console<br>
qgis.utils.iface.<u></u>addRasterLayer("<a href="http://server.arcgisonline.com/ArcGIS/rest/services/USA_Topo_Maps/MapServer?f=json&pretty=true" target="_blank">http://server.<u></u>arcgisonline.com/ArcGIS/rest/<u></u>services/USA_Topo_Maps/<u></u>MapServer?f=json&pretty=true</a>",<u></u>"raster")<br>

Crashes QGIS.<br>
<br>
Once again my apologies for cross posting. I *think* it's all related. I think.<br>
<br>
Randy<br>
<br>
-- <br>
-----------------<br>
Randal Hale, GISP<br>
North River Geographic Systems, Inc<br>
<a href="http://www.northrivergeographic.com" target="_blank">http://www.<u></u>northrivergeographic.com</a><br>
<a href="tel:423.653.3611" value="+14236533611" target="_blank">423.653.3611</a> <a href="mailto:rjhale@northrivergeographic.com" target="_blank">rjhale@northrivergeographic.<u></u>com</a><br>
twitter:rjhale<br>
<a href="http://about.me/rjhale" target="_blank">http://about.me/rjhale</a><br>
<br>
______________________________<u></u>_________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/qgis-<u></u>developer</a><br>
</blockquote></div><br></div>