mirage2d 1.1.32 → 1.1.33

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.
@@ -111772,9 +111772,6 @@ class kmlLayer extends baseGraphicLayer {
111772
111772
  }
111773
111773
  });
111774
111774
  }
111775
- clear() {
111776
- this._source.clear();
111777
- }
111778
111775
  }
111779
111776
  class TifLayer extends baseTileLayer {
111780
111777
  constructor(layerid, options) {
@@ -113389,9 +113386,6 @@ class PathLayer extends baseGraphicLayer {
113389
113386
  }
113390
113387
  });
113391
113388
  }
113392
- clear() {
113393
- this._source.clear();
113394
- }
113395
113389
  pathToGeoJSON() {
113396
113390
  let format2 = new GeoJSON$1();
113397
113391
  return format2.writeFeaturesObject(this.routeFeatures, {