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

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,