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'
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.