Recently I’ve noticed that our measure tools are no longer working. Has the client side setMeasureMode function become obsolete?
Map1.setMeasureMode(‘PathMeasure’)
Map1.setMeasureMode(‘PolygonMeasure’)
Map1.setMeasureMode('xxxx') not working
I should mention I’m using MapSuite production 9.0.0.180
Hi Chad,
The client side setMeasureMode function had not been marked as obsoleted.
Here is a video about how I try to reproduce it, please view : screencast.com/t/ohBDxpOW
Attachment is my test project.
Thanks,
MeasureTools.zip (101 KB)
I found the issue.
Map1.ExtentOverlay.LeftClickDragKey = System.Windows.Forms.Keys.None;
Exception thrown that System is undefined in my js file.
Hi Chad,
Thanks for let us know that.
Regards,
Don