Ik loop tegen een browser caching probleem aan met Esri's leaflet api. Ik heb iets nodig dat lijkt op de ArcGIS API voor JavaScript.<\/P>
ArcGISDynamicMapServiceLayer | API Reference | ArcGIS API for JavaScript<\/A><\/P> <\/P>Bedankt!<\/P> <\/P>Jeff<\/P>
<\/P>
Bedankt!<\/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.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.