terra-draw 1.5.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -86,8 +86,8 @@ declare class TerraDraw {
86
86
  */
87
87
  getSnapshotFeature(id: FeatureId): GeoJSONStoreFeatures | undefined;
88
88
  /**
89
- * Removes all data from the current store and removes any rendered layers
90
- * via the registering the adapter.
89
+ * Removes all data from the current store and ensures any rendered data is cleared
90
+ * from the map.
91
91
  */
92
92
  clear(): void;
93
93
  /**