@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.
@@ -7273,6 +7273,7 @@ class GeoImageService extends BaseUploadService {
7273
7273
  });
7274
7274
  }
7275
7275
  store.dispatch(addGeoImages(offlineGeoImages));
7276
+ console.debug("offlineGeoImages", offlineGeoImages);
7276
7277
  const promise = this.enqueueRequest({
7277
7278
  description: "Bulk add geo images",
7278
7279
  method: HttpMethod.POST,
@@ -7329,7 +7330,7 @@ class GeoImageService extends BaseUploadService {
7329
7330
  const promise = this.enqueueRequest({
7330
7331
  description: "Delete geo image",
7331
7332
  method: HttpMethod.DELETE,
7332
- url: `/geo-image/${geoImageId}/`,
7333
+ url: `/geo-images/${geoImageId}/`,
7333
7334
  blocks: [geoImageId],
7334
7335
  blockers: [geoImageId]
7335
7336
  });