Estoy enfrentando un problema de almacenamiento en caché del navegador con la API leaflet de Esri. Necesito algo similar a la ArcGIS API para JavaScript.<\/P>
ArcGISDynamicMapServiceLayer | Referencia de API | ArcGIS API para JavaScript<\/A><\/P> <\/P>¡Gracias!<\/P> <\/P>Jeff<\/P>
<\/P>
¡Gracias!<\/P>
Jeff<\/P>
it looks like the jsapi is just adding a unique throwaway parameter '_ts' and setting it with a timestamp to dirty up their requests.
we could do the same thing here:
var params = { _ts: Date().now(), bbox: [sw.x, sw.y, ne.x, ne.y].join(','), // ... };
if you can log an issue in our repository in github, i'd be happy to help.
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.