The track and locate widget seem to be broken at 4.19. in other spatial references.
Sample code below ...
https://codepen.io/christophesuter/pen/gOgQyvo?editors=1000
We're working on this for version 4.20. Here's a temporary fix in the meantime: https://codepen.io/annefitz/pen/jOyXOzL?editors=1010
require(["esri/tasks/support/ProjectParameters"], function(ProjectParameters) { Object.defineProperty(ProjectParameters.prototype, "outSR", { set(value) { this.outSpatialReference = value; }, }); });
Works ! Thanks..
Thank you for reporting! We'll take a look.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.