<script type="text/javascript" src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.3"></script> <script type="text/javascript" src="./patch.js"></script>
Gabi,After looking at your app, I realized that it points to a 9.3.1 geometry service, which results in a different value when calculating area. Please use a version 10 server geometry service.
Well thank you - thank you that certainly helped!...Thank you
This is a bug with the measurement widget and we'll fix it for the next release. You can workaround this issue by creating a global variable in your application called wkid and assigning the spatial reference number to it: var wkid = 26912;
var wkid = 26912;
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.