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.
// Delphi public property Basemap : Boolean read write;
// C++ Builder public: __property bool Basemap = {read, write};
Type |
---|
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. |