Can anyone tell me if and how I can specify the Distance units in the sketch widget popup? For example, in the attached image, it's using the map units of feet, but in the textbox where I can specify a length constraint, it's stuck on meters and I can't seem to find a way to change it.
Thanks in advance.
Solved! Go to Solution.
From memory I think you can perhaps tweak the tooltip value via the SketchValueOptions within the sketchviewmodel for the widget: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-interactive-sketch-SketchVa...
From memory I think you can perhaps tweak the tooltip value via the SketchValueOptions within the sketchviewmodel for the widget: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-interactive-sketch-SketchVa...
You are right... inputUnits in valueOptions does work. I had tried it on the wrong instance so I thought it wasn't working or was the wrong option 😖. Thanks!