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; });
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.