map = new esri.Map('map', { extent: initialExtent, fitExtent: true, slider: true, nav: false, logo: false }); //Add this to force Dojo to add a random variable to GP GET URLs esri.setRequestPreCallback(function (ioArgs) { if (ioArgs.url.indexOf("GPServer") > -1) { ioArgs.preventCache = true; } return ioArgs; });
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.