DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.Basemap | Methods | Properties
True if the layer must be interpreted as basemap (for background painting). Is important only for bottom most layers.
// C# public Boolean Basemap { get {} set {} }
' VisualBasic Public Property Basemap As Boolean Get End Get Set(ByVal value As Boolean) End Set End Property
// Oxygene public property Basemap : Boolean read read;
Type |
---|
bool Boolean |
If an error occurs during Basemap drawing, then basemap will be suspended for 5000 ms. A typical situation is that the server hosting the WMS layer cannot respond timely due to load. So 5 seconds gives a chance to recover. It can be controlled by metadata:
Metadata | Values | Default | Description |
---|---|---|---|
TGIS_Basemap.FailTimeout | milliseconds | 5000 | Silent period after a basemap error. |