On Fri, Jul 29, 2011 at 11:05 AM, Martin™ <warwo...@gmail.com> wrote: > Just a thought. > > Will a browser cache tiles served via a server-side script or not?
It can. Needs the script to set the right caching headers. At one time many proxies wouldnt cache a request with a ? in it. But most now do, when they have the proper cache headers. The browser cache doesnt care about the ?, it would cache it anyway. > > Any idea? > > Martin. > > > On Jul 29, 5:43 am, John Coryat <cor...@gmail.com> wrote: >> Martin's suggestion is the standard way of doing it. Make a tile server that >> does this simple function and you'll notice your server runs faster. >> Processing a 404 is time consuming. >> >> If you'd like to see a Perl example, >> seehttp://www.usnaviguide.com/ws-2008-02- look for download.zip >> >> -John Coryat > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To post to this group, send email to google-maps-js-api-v3@googlegroups.com. > To unsubscribe from this group, send email to > google-maps-js-api-v3+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.