@wemap/providers 11.7.0 → 11.8.0

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.
package/dist/index.mjs CHANGED
@@ -1758,7 +1758,10 @@ class ImageRelocalization {
1758
1758
  method: "POST",
1759
1759
  body,
1760
1760
  headers: Object.assign(
1761
- { "Content-Type": "application/json", "Accept": "application/json" },
1761
+ {
1762
+ "Content-Type": "application/json",
1763
+ "Accept": "application/vnd.geopose+json; version=1"
1764
+ },
1762
1765
  customHeaders ? customHeaders : {}
1763
1766
  )
1764
1767
  });