You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test the constructor to ensure that all properties are initialized correctly.
Ensure that the map is set up and that event listeners for data and moveend are properly added.
Feature Selection (Pin Marker)
Test setSelectedFeature to ensure the feature is selected correctly.
Ensure that a pin marker is rendered at the feature’s coordinates when a point feature is selected.
Verify that an error is logged when attempting to select a feature that is not of type Point. (Maybe optional if we support Multipoint Check if Multipoint is supported #10 )
Ensure that the method can correctly select a feature inside a cluster.
Cluster Rendering
Verify that the cluster is rendered correctly depending on the zoom level.
The text was updated successfully, but these errors were encountered:
Initialization
Feature Selection (Pin Marker)
Cluster Rendering
The text was updated successfully, but these errors were encountered: