@wemap/providers 11.6.1 → 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.js CHANGED
@@ -1777,7 +1777,10 @@ class ImageRelocalization {
1777
1777
  method: "POST",
1778
1778
  body,
1779
1779
  headers: Object.assign(
1780
- { "Content-Type": "application/json", "Accept": "application/json" },
1780
+ {
1781
+ "Content-Type": "application/json",
1782
+ "Accept": "application/vnd.geopose+json; version=1"
1783
+ },
1781
1784
  customHeaders ? customHeaders : {}
1782
1785
  )
1783
1786
  });