Esriのleaflet APIでブラウザのキャッシュ問題に直面しています。ArcGIS API for javascriptに似た何かが必要です。 <\/P>
ArcGISDynamicMapServiceLayer | APIリファレンス | ArcGIS API for JavaScript<\/A><\/P> <\/P>ありがとうございます!<\/P> <\/P>ジェフ<\/P>
<\/P>
ありがとうございます!<\/P>
ジェフ<\/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.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.