|
|
|
|
|
by mmmelissa
4768 days ago
|
|
Interesting, and useful info. I am developing a similar application with a map and live data generated dynamically by my server. The difference with my app, is that the data will be global, not for one city. The Citi Bike Map appears to load all of the data available regardless of map extent, which can be practical with a small dataset. How do you deal with caching when the extent of the user's map is constantly changing? My server currently returns data relevant to the map extent only. If I were to get Cron to regularly crunch out one big global cache to send to the browser, I would kill my site. I am assuming the best option would be to figure out some sort of tiling scheme. If anyone out there has any ideas about that, I am all ears! |
|