On vendredi 5 mai 2017 08:09:30 CEST hugfr wrote:
> Hello,
> 
> I try to create an xml file suitable for gdal wmts but I got this error "no
> zoom level found" (when I try a gdalinfo) and I don't understand where does
> the problem come from. I found this post about zoom level management :
> http://osgeo-org.1560.x6.nabble.com/WMTS-Need-TileLevel-option-Servers-respo
> nding-with-bad-capabilities-td5298089.html
> 
> I tried the xml with gdalinfo and it runs perfectly. I compared with mine
> and I didn't noticed major differences. I also took a comparative look at
> servers capabilities which seems similars. The main difference lays in the
> TileMatrix content.
> 
> Here is "mine":
> <TileMatrixSetLimits>
> <TileMatrixLimits>
> <TileMatrix>10</TileMatrix>
> <MinTileRow>340</MinTileRow>
> <MaxTileRow>400</MaxTileRow>
> <MinTileCol>493</MinTileCol>
> <MaxTileCol>546</MaxTileCol>
> </TileMatrixLimits>

Did you just try
gdalinfo 
"WMTS:http://wxs.ign.fr/{KEY}/geoportail/wmts?SERVICE=WMTS&REQUEST=GetCapabilities";

If it does not, then attaching the response to this GetCapabilities request
might help investigating the issue.

Even

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to