Click or drag to resize

WmtsLayerUrlTemplate Property

Template of an URL which is needed for addressing individual tiles by means of placeholders for x, y and z (zooming level) parameters. As a typical representative the following template can be used: http://laermkartierung1.eisenbahn-bundesamt.de/mapproxy/wmts/ballungsraum_wmts/wmtsgrid/{z}/{x}/{y}.png

Namespace:  Ptv.XServer.Controls.Map.Layers.WmtsLayer
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public string UrlTemplate { get; set; }

Property Value

Type: String
See Also