Anonymous
06-29-2004, 03:41 PM
Hi, I'm trying to make a website map that lets you zoom in. The problem is that the map is 65MB, so I can't just have users download it.
Whats the best way to do this? The options I thought of were:
1. breaking the file into many little squares
2. have server-side PHP try to get only the relevant information somehow and only send the current viewbox info, not the whole map (is this possible?)
Any other ideas?
Thanks in advance
Whats the best way to do this? The options I thought of were:
1. breaking the file into many little squares
2. have server-side PHP try to get only the relevant information somehow and only send the current viewbox info, not the whole map (is this possible?)
Any other ideas?
Thanks in advance