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'
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.