Modify ↓
Opened 13 years ago
Closed 13 years ago
#7778 closed defect (fixed)
Don't cache bing.attribution.xml
Reported by: | rasher | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | imagery attribution bing | Cc: |
Description
bing.attribution.xml should not be cached, but it appears that it is (perhaps only in some situations).
After a recent imagery update, a number of people had to remove cache/bing.attribution.xml before the new areas showed up.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
In my old bing.attribution.xml it says
<ImageUrl>http://ecn.{subdomain}.tiles.virtualearth.net/tiles/a{quadkey}.jpeg?g=940</ImageUrl>
After I delete the file, the file is redownloaded, and it has replaced the generation id from 940 til 946:
<ImageUrl>http://ecn.{subdomain}.tiles.virtualearth.net/tiles/a{quadkey}.jpeg?g=946</ImageUrl>
Then it actually works.