Wasn't it Nate who wrote: > >Actually, two more quick questions: Could I write a tile server like >the one you mentioned in .php, or should I be looking at some other >language?
Yes, there's a version of gd for PHP. http://uk2.php.net/gd In fact, if you look at the two examples on that page, they give you almost all you need to know about merging tile images. The first example shows you how to paint one image on top of another. The second example paints a generated image onto an image tile with a specified opacity. All you have to do is grab the six images and paint them onto a blank background with the opacities specified in the request. Do make sure that gd for PHP is installed on your webhost before you start. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
