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; });
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.