User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.basemap

Table of Contents

TGIS_Layer.Basemap property

DK11 for Delphi | GisLayer.TGIS_Layer.Basemap | Constructors | Fields | Methods | Properties | Events | Events

True if the layer must be interpreted as basemap (for background painting). Is important only for bottom most layers.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  property Basemap : Boolean read write;
// C++ Builder
public:
  __property bool Basemap = {read, write};

Value

Type
Boolean

Remarks

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.
2024/12/20 22:18

Page Tools