Hi All, I reached the point where I was generating so many polygons that I've had to go to tiles. After watching John Coryat's presentation about gmaps decided to go with a "Dynamic Tiles" + Caching method. I've converted a bunch of his stuff from perl -> php and am generating PNG tiles using the GD library. No problemo. Works fine.
The thing is, when I start generating polygons on them, they look disgusting. Vomit worthy. Worst of all you can't change line thickness if you want anti-aliasing. Are there any other drawing libraries out there that can generate vector based tiles using PHP? What other alternatives do I have? How are The Google generating their map PNG tiles? They're very smooth and pretty looking. I was thinking of generating SVG tiles and converting them to PNG. Is anyone currently doing this in PHP? Cheers Rob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
