跳到主要内容

flywave-mapview.datasource.isfullycovering

Home > @flywave/flywave-mapview > DataSource > isFullyCovering

DataSource.isFullyCovering() method

Boolean which says whether a DataSource produces tiles that fully cover the tile, i.e. tiles underneath are completely hidden. Must be overridden for DataSource's that don't have a ground plane, but which still fully cover the tile, e.g. web tiles.

Signature:

isFullyCovering(): boolean;

Returns:



boolean