Hi
I tried to use wmts
WmtsLayer wmtsLayer = new WmtsLayer();wmtsLayer.DrawingExceptionMode = DrawingExceptionMode.DrawException;wmtsLayer.WmtsSeverEncodingType = WmtsSeverEncodingType.Restful;wmtsLayer.ServerUris.Add(new Uri("<a href="server.caris.com/spatialfusionserver/services/ows/wmts/NaturalEarth/">server.caris.com/spatialfusi...uralEarth/</a>"));wmtsLayer.Open();wmtsLayer.ActiveLayerName = “newworld”;wmtsLayer.ActiveStyleName = “default”;wmtsLayer.TileMatrixSetName = “GoogleMapsCompatible”;wmtsLayer.OutputFormat = “image/png”;
on .open()
I have an error
$exception {System.IO.DirectoryNotFoundException: Directory ‘/data/data/HowDoI.HowDoI/cache/MapSuite\WmtsLayer’…} System.IO.DirectoryNotFoundException
A solution ?
Thanks
Best regards
Laurent M