OgcWmtsLayer.MaxLevel Property
Gets or sets the maximum tile level to request from a slippy maps tilenames service.
Syntax
public System.Int32 MaxLevel { get; set; }
Property Value
Default: 20
The maximum tile level requested.
Remarks
If the Url property is a template URL to a slippy map tilenames service, there is no way to automatically find out how many tile levels the server supports. Zooming in further than supported could result in errors. To avoid that, you can use this property to specify the maximum tile level that the layer will request.
The property is ignored for WMTS and Bing Maps services.
Platforms
Windows, Linux, Android