class documentation

class FeatureLoadingStrategy(Enum): (source)

View In Hierarchy

Loading strategy for features.

Class Variable all load all features
Class Variable bbox load only features in the current map extent
Class Variable lazy load features on demand
all: str = (source)

load all features

bbox: str = (source)

load only features in the current map extent

lazy: str = (source)

load features on demand