Provides a service that wraps an "unmanaged" vector layer, used as a shared vector layer across the application.
Example:
The application's main component/controller initializes the feature overlay manager with the map:
ngeoFeatureOverlayMgr.init(map);
Once initialized, components of the application can use the manager to create a feature overlay, configuring it with specific styles:
let featureOverlay = ngeoFeatureOverlayMgr.getFeatureOverlay();featureOverlay.setStyle(myStyle);featureOverlay.addFeature(myFeature);
The feature to add.
The group groupIndex.
Feature overlay.
The vector layer used internally.
Map.
True if the group has no features. False otherwise.
Style to apply.
Group index.
Styles.
Feature.
Resolution.
Generated using TypeDoc
Provides a service that wraps an "unmanaged" vector layer, used as a shared vector layer across the application.
Example:
The application's main component/controller initializes the feature overlay manager with the map:
Once initialized, components of the application can use the manager to create a feature overlay, configuring it with specific styles: