On 5/25/06, tom <[EMAIL PROTECTED]> wrote: > Quite a few of the things I expected to be very difficult with CakePHP > have actually been "a breeze." Well, not a breeze, but doable. Anyway, > no fanfare. Here's how to integrate mapping with your application.
gwoo and I have a solution for Google Maps as well (gwoo did most of the work. I just upgraded things to use v2 of the Google Maps API and wrote the Yahoo! Geocoder component). Here are some links: gecoder comp: https://cakeforge.org/plugins/scmsvn/viewcvs.php/trunk/CakeMap/controllers/components/yahoo_geocoder.php?rev=112&root=rdos&view=markup map helper: https://cakeforge.org/plugins/scmsvn/viewcvs.php/trunk/CakeMap/views/helpers/google.php?rev=112&root=rdos&view=markup layout (look for the JS here): https://cakeforge.org/plugins/scmsvn/viewcvs.php/trunk/CakeMap/views/layouts/default.thtml?rev=112&root=rdos&view=markup usage: https://cakeforge.org/plugins/scmsvn/viewcvs.php/trunk/CakeMap/views/maps/index.thtml?rev=112&root=rdos&view=markup -- jason lee http://www.steeplesoft.com http://blogs.steeplesoft.com http://littlezoper.livejournal.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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/cake-php -~----------~----~----~----~------~----~------~--~---
