Hi! I'm wondering if the last issue 10348 was fully solved. Try use the following WMTS server and to zoom to level 9-10, e.g. small island in the Mediterranean
https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/1.0.0/WMTSCapabilities.xml For a sample tile https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/10/392/514 arcgis server returns error code 400. GDALRasterIO passes so I do not know if there was an error inside. Only logger gives some information, but how to detect such a situation? A sample logger file attached Kind regards, Michał
[Tue Aug 27 17:24:31 2024].8040, 15.4100: GDAL: Selecting overview 8192 x 8192 [Tue Aug 27 17:24:31 2024].8040, 15.4100: GDAL: Selecting overview 8192 x 8192 [Tue Aug 27 17:24:31 2024].8040, 15.4100: GDAL: Selecting overview 8192 x 8192 [Tue Aug 27 17:28:13 2024].5380, 237.1440: GDAL: Selecting overview 524288 x 524288 [Tue Aug 27 17:28:13 2024].5500, 237.1560: HTTP: Requesting [1/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1035 [Tue Aug 27 17:28:13 2024].5500, 237.1560: HTTP: Requesting [2/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1036 [Tue Aug 27 17:28:14 2024].2310, 237.8370: HTTP: Requesting [3/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1037 [Tue Aug 27 17:28:14 2024].3600, 237.9660: HTTP: Requesting [4/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1038 [Tue Aug 27 17:28:14 2024].8450, 238.4510: HTTP: Requesting [5/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1039 [Tue Aug 27 17:28:14 2024].9450, 238.5510: HTTP: Requesting [6/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1040 [Tue Aug 27 17:28:15 2024].2540, 238.8600: HTTP: Requesting [7/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1041 [Tue Aug 27 17:28:15 2024].5610, 239.1670: HTTP: Requesting [8/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1042 [Tue Aug 27 17:28:15 2024].8680, 239.4740: HTTP: Requesting [9/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1043 [Tue Aug 27 17:28:16 2024].0600, 239.6660: HTTP: Requesting [10/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1044 [Tue Aug 27 17:28:16 2024].3630, 239.9690: HTTP: Requesting [11/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1045 [Tue Aug 27 17:28:16 2024].7910, 240.3970: HTTP: Request [0] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1035 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:28:16 2024].7910, 240.3970: HTTP: Request [1] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1036 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:28:16 2024].7910, 240.3970: HTTP: Request [2] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1037 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:28:16 2024].7910, 240.3970: HTTP: Request [3] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1038 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:28:16 2024].7910, 240.3970: HTTP: Request [4] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1039 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:28:16 2024].7910, 240.3970: HTTP: Request [5] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1040 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:28:16 2024].7910, 240.3970: HTTP: Request [6] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1041 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:28:16 2024].7910, 240.3970: HTTP: Request [7] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1042 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:28:16 2024].7910, 240.3970: HTTP: Request [8] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1043 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:28:16 2024].7910, 240.3970: HTTP: Request [9] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1044 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:28:16 2024].7910, 240.3970: HTTP: Request [10] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1045 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:28:16 2024].7960, 240.4020: WMS: ReadBlockFromCache [Tue Aug 27 17:28:16 2024].7970, 240.4030: CPLError: C:\Users\Michal\.cache\gdalwmscache\dbfbb27ff320f8a0184552c944185a02/8/7/8720fa7b9a84bef191d950d3ed7bbad6: No such file or directory ERROR 4: C:\Users\Michal\.cache\gdalwmscache\dbfbb27ff320f8a0184552c944185a02/8/7/8720fa7b9a84bef191d950d3ed7bbad6: No such file or directory [Tue Aug 27 17:28:16 2024].7970, 240.4030: CPLError: GDALWMS: Unable to open downloaded block. ERROR 1: GDALWMS: Unable to open downloaded block. [Tue Aug 27 17:28:16 2024].7970, 240.4030: WMS: After ReadBlockFromCache [Tue Aug 27 17:28:16 2024].7980, 240.4040: CPLError: GDALWMS: Unable to download block 1035, 775. URL: <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> HTTP status code: 400, error: <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> . Add the HTTP status code to <ZeroBlockHttpCodes> to ignore this error (see http://www.gdal.org/frmt_wms.html). ERROR 1: GDALWMS: Unable to download block 1035, 775. URL: <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> HTTP status code: 400, error: <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> . Add the HTTP status code to <ZeroBlockHttpCodes> to ignore this error (see http://www.gdal.org/frmt_wms.html). [Tue Aug 27 17:28:16 2024].7990, 240.4050: CPLError: GDAL_WMS>, band 3: IReadBlock failed at X offset 1035, Y offset 775: GDALWMS: Unable to download block 1035, 775. URL: <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> HTTP status code: 400, error: <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> . Add the HTTP status code to <ZeroBlockHttpCodes> to ignore this error (see http://www.gdal.org/frmt_wms.html). ERROR 1: GDAL_WMS>, band 3: IReadBlock failed at X offset 1035, Y offset 775: GDALWMS: Unable to download block 1035, 775. URL: <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> HTTP status code: 400, error: <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> . Add the HTTP status code to <ZeroBlockHttpCodes> to ignore this error (see http://www.gdal.org/frmt_wms.html). [Tue Aug 27 17:29:43 2024].1080, 326.7140: GDAL: Selecting overview 524288 x 524288 [Tue Aug 27 17:29:43 2024].1170, 326.7230: HTTP: Requesting [1/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1035 [Tue Aug 27 17:29:43 2024].1170, 326.7230: HTTP: Requesting [2/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1036 [Tue Aug 27 17:29:43 2024].9310, 327.5370: HTTP: Requesting [3/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1037 [Tue Aug 27 17:29:43 2024].9320, 327.5380: HTTP: Requesting [4/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1038 [Tue Aug 27 17:29:44 2024].4420, 328.0480: HTTP: Requesting [5/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1039 [Tue Aug 27 17:29:44 2024].4430, 328.0490: HTTP: Requesting [6/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1040 [Tue Aug 27 17:29:44 2024].9550, 328.5610: HTTP: Requesting [7/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1041 [Tue Aug 27 17:29:44 2024].9550, 328.5610: HTTP: Requesting [8/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1042 [Tue Aug 27 17:29:45 2024].3560, 328.9620: HTTP: Requesting [9/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1043 [Tue Aug 27 17:29:45 2024].5710, 329.1770: HTTP: Requesting [10/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1044 [Tue Aug 27 17:29:45 2024].7730, 329.3790: HTTP: Requesting [11/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1045 [Tue Aug 27 17:29:46 2024].1850, 329.7910: HTTP: Request [0] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1035 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:29:46 2024].1850, 329.7910: HTTP: Request [1] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1036 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:29:46 2024].1850, 329.7910: HTTP: Request [2] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1037 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:29:46 2024].1850, 329.7910: HTTP: Request [3] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1038 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:29:46 2024].1850, 329.7910: HTTP: Request [4] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1039 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:29:46 2024].1850, 329.7910: HTTP: Request [5] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1040 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:29:46 2024].1850, 329.7910: HTTP: Request [6] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1041 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:29:46 2024].1860, 329.7920: HTTP: Request [7] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1042 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:29:46 2024].1860, 329.7920: HTTP: Request [8] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1043 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:29:46 2024].1860, 329.7920: HTTP: Request [9] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1044 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:29:46 2024].1860, 329.7920: HTTP: Request [10] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1045 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:29:46 2024].1890, 329.7950: WMS: ReadBlockFromCache [Tue Aug 27 17:29:46 2024].1900, 329.7960: CPLError: C:\Users\Michal\.cache\gdalwmscache\dbfbb27ff320f8a0184552c944185a02/8/7/8720fa7b9a84bef191d950d3ed7bbad6: No such file or directory ERROR 4: C:\Users\Michal\.cache\gdalwmscache\dbfbb27ff320f8a0184552c944185a02/8/7/8720fa7b9a84bef191d950d3ed7bbad6: No such file or directory [Tue Aug 27 17:29:46 2024].1900, 329.7960: CPLError: GDALWMS: Unable to open downloaded block. ERROR 1: GDALWMS: Unable to open downloaded block. [Tue Aug 27 17:29:46 2024].1910, 329.7970: WMS: After ReadBlockFromCache [Tue Aug 27 17:29:46 2024].1910, 329.7970: CPLError: GDALWMS: Unable to download block 1035, 775. URL: <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> HTTP status code: 400, error: <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> . Add the HTTP status code to <ZeroBlockHttpCodes> to ignore this error (see http://www.gdal.org/frmt_wms.html). ERROR 1: GDALWMS: Unable to download block 1035, 775. URL: <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> HTTP status code: 400, error: <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> . Add the HTTP status code to <ZeroBlockHttpCodes> to ignore this error (see http://www.gdal.org/frmt_wms.html). [Tue Aug 27 17:29:46 2024].1910, 329.7970: CPLError: GDAL_WMS>, band 3: IReadBlock failed at X offset 1035, Y offset 775: GDALWMS: Unable to download block 1035, 775. URL: <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> HTTP status code: 400, error: <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> . Add the HTTP status code to <ZeroBlockHttpCodes> to ignore this error (see http://www.gdal.org/frmt_wms.html). ERROR 1: GDAL_WMS>, band 3: IReadBlock failed at X offset 1035, Y offset 775: GDALWMS: Unable to download block 1035, 775. URL: <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> HTTP status code: 400, error: <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> . Add the HTTP status code to <ZeroBlockHttpCodes> to ignore this error (see http://www.gdal.org/frmt_wms.html). [Tue Aug 27 17:32:40 2024].2510, 503.8570: GDAL: Selecting overview 524288 x 524288 [Tue Aug 27 17:32:40 2024].2590, 503.8650: HTTP: Requesting [1/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1035 [Tue Aug 27 17:32:40 2024].2590, 503.8650: HTTP: Requesting [2/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1036 [Tue Aug 27 17:32:41 2024].0700, 504.6760: HTTP: Requesting [3/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1037 [Tue Aug 27 17:32:41 2024].0820, 504.6880: HTTP: Requesting [4/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1038 [Tue Aug 27 17:32:41 2024].4880, 505.0940: HTTP: Requesting [5/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1039 [Tue Aug 27 17:32:41 2024].6960, 505.3020: HTTP: Requesting [6/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1040 [Tue Aug 27 17:32:42 2024].1030, 505.7090: HTTP: Requesting [7/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1041 [Tue Aug 27 17:32:42 2024].1080, 505.7140: HTTP: Requesting [8/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1042 [Tue Aug 27 17:32:42 2024].5110, 506.1170: HTTP: Requesting [9/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1043 [Tue Aug 27 17:32:42 2024].5140, 506.1200: HTTP: Requesting [10/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1044 [Tue Aug 27 17:32:42 2024].9230, 506.5290: HTTP: Requesting [11/11] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1045 [Tue Aug 27 17:32:43 2024].3320, 506.9380: HTTP: Request [0] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1035 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:32:43 2024].3320, 506.9380: HTTP: Request [1] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1036 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:32:43 2024].3320, 506.9380: HTTP: Request [2] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1037 : status = 400, type = text/html;charset=utf-8, error = <html lang="en"> <head> <title> Error: Invalid URL</title> <link href="/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/> </head> <body> <table width="100%" class="userTable"> <tr> <td class="titlecell">ArcGIS REST Framework</td> </tr> </table> <table width="100%" class="navTable"> <tr valign="top"> <td class="breadcrumbs"> <a href="/arcgis/rest/services">Home</a> </td> </tr> </table> <div class="cbody"> <br/> <br/> <b>Error: </b>Invalid URL<br/> <b>Code: </b>400<br/><br/> <div style="color:#ff6666"> </div></div> </body> </html> [Tue Aug 27 17:32:43 2024].3320, 506.9380: HTTP: Request [3] https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/WMTS/tile/1.0.0/USGSImageryOnly/default/GoogleMapsCompatible/11/775/1038 : status = 400, type = text/html;charset=utf-8, error = <html lang="en">
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev