@overmap-ai/core 1.0.60-geo-images.4 → 1.0.60-geo-images.6

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.
@@ -7261,6 +7261,7 @@ var __publicField = (obj, key, value) => {
7261
7261
  });
7262
7262
  }
7263
7263
  store.dispatch(addGeoImages(offlineGeoImages));
7264
+ console.debug("offlineGeoImages", offlineGeoImages);
7264
7265
  const promise = this.enqueueRequest({
7265
7266
  description: "Bulk add geo images",
7266
7267
  method: HttpMethod.POST,
@@ -7317,7 +7318,7 @@ var __publicField = (obj, key, value) => {
7317
7318
  const promise = this.enqueueRequest({
7318
7319
  description: "Delete geo image",
7319
7320
  method: HttpMethod.DELETE,
7320
- url: `/geo-image/${geoImageId}/`,
7321
+ url: `/geo-images/${geoImageId}/`,
7321
7322
  blocks: [geoImageId],
7322
7323
  blockers: [geoImageId]
7323
7324
  });