elbouillon wrote: > Hi list, > > I've just added a plugin that enable you to easily add a map into a > Symfony application. > This plugin isn't very advanced, but you can already do some fun > stuff. More info here : > http://trac.symfony-project.com/trac/wiki/sfGMapsPlugin > > If you have suggestions, bug reports (there are no unit test yet) or > you want to add function, I'll be very happy !
Don't know how you implemented this, but there is a really nice library from one of the guy who created Smarty: http://www.phpinsider.com/php/code/GoogleMapAPI/ (LGPL license) I think it would be useful to either directly use it or "borrow" some ideas. (e.g. for distance measuring) I mainly would like to see an integrated solution for geocode caching to save google requests. I even could imagine to fill this geocode cache list by other sources like free geocode databases. Regards, Matthias --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
