Re: [gdal-dev] Attempting to access an ArcGIS REST API through a WMS format minidriver

2015-08-11 Thread Dmitry Baryshnikov
Hi Stefan, The QMS (QuickMapServices) plugin uses the GDAL AGS capability to work with ArcGIS MapServe, so if gdal works with you ImageService, th QMS will work too. Best regards, Dmitry 11.08.2015 10:15, Stefan Keller пишет: Dmitry Oh, thanks. Do you know BTW somebody from QuickMapSe

Re: [gdal-dev] Attempting to access an ArcGIS REST API through a WMS format minidriver

2015-08-11 Thread Stefan Keller
Dmitry Oh, thanks. Do you know BTW somebody from QuickMapServices (which also seems to support some of ArcGIS REST API for QGIS)? I'd like to know if this plugin only works with ArcGIS MapServer (or also ImageService of static MapService/WMS) and I'd like configure an own MapServer (and it shows

Re: [gdal-dev] Attempting to access an ArcGIS REST API through a WMS format minidriver

2015-08-10 Thread Dmitry Baryshnikov
Hi Stefan, The ArcGIS REST API was introduced in GDAL 2.0 (see http://gdal.org/frmt_wms.html). What is you GDAL version? Best regards, Dmitry 10.08.2015 19:02, Stefan Keller пишет: Hi Dmitry When testing your example I get "No mini-driver registered for 'AGS'.": >gdal_translate -of PNG

Re: [gdal-dev] Attempting to access an ArcGIS REST API through a WMS format minidriver

2015-08-10 Thread Stefan Keller
Hi Dmitry When testing your example I get "No mini-driver registered for 'AGS'.": >gdal_translate -of PNG ags.xml ags_test.png --config CPL_DEBUG ON ERROR 1: GDALWMS: No mini-driver registered for 'AGS'. GDALOpen failed - 1 GDALWMS: No mini-driver registered for 'AGS'. Do you know if this AGS mi

Re: [gdal-dev] Attempting to access an ArcGIS REST API through a WMS format minidriver

2015-07-08 Thread Dmitry Baryshnikov
Hi James, As the server didn't provide information about levels, some help needed to calculate this values. Also the all layers switched off, so we need to tell which layers should be shown. I create such xml file based on information from here: https://map.bgs.ac.uk/arcgis/rest/services/UKSO/

Re: [gdal-dev] Attempting to access an ArcGIS REST API through a WMS format minidriver

2015-07-07 Thread Jukka Rahkonen
Passmore, James H. bgs.ac.uk> writes: > > When I try on a BGS service it fails as below: > > ...:\>gdalinfo "https://map.bgs.ac.uk/arcgis/rest/services/UKSO/UKSO_BGS/MapServer? f=json&pretty=true" > gdalinfo failed - unable to open 'https://map.bgs.ac.uk/arcgis/rest/services/UKSO/UKSO_BGS/MapS

[gdal-dev] Attempting to access an ArcGIS REST API through a WMS format minidriver

2015-07-07 Thread Passmore, James H.
>From http://www.gdal.org/frmt_wms.html I see you can access an ArcGIS REST >API like: gdalinfo "http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer?f=json&pretty=true"; and gdal_translate "http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer?f=