Select to view content in your preferred language

Tiled Map Usage Statistics

655
1
10-18-2012 02:10 PM
AaronConnolly
Regular Contributor
This is a long shot and based on the documentation I've read I'm not sure is even possible, but I'll ask anyway:

Is there a quick and easy way to determine, with the API, how many tiles have been downloaded for a given tiled layer?

Thanks,
- Aaron
0 Kudos
1 Reply
derekswingley1
Deactivated User
This isn't something that is available via the JS API (at best, it would be on a per session basis, which probably wouldn't be that useful, and then you'd need to persist this info somewhere).

This is something that you could track via your web server logs. The specifics of how to do it will depend on the your web server you're using.
0 Kudos