var gs = new GeometryService("http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer"); ... map.on("extent-change", function () { normalizeUtils.normalizeCentralMeridian([map.extent], gs, normalizeCallback); }); function normalizeCallback(result) { map.extent = result[0]; } >>>Uncaught TypeError: Object [object Object] has no method 'getWidth'
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.