Google Map Project October 13, 2008
Posted by ordinarywebguy in GMaps, Google Maps, Project Bookmark.trackback
Just a project bookmark.
My recent project at YW, Google Map API integration. It also utilizes jQuery, Zend_Db and Zend_Paginator.
Check it out here: http://88.191.66.96/index.php

Nice! Out of curiosity, what is YW? Are you aware of Ben’s ZendX_JQuery component? It will be available in 1.7PR, out today.
,Wil
YW is my current company. It stands for Yellowasp. ZendX_JQuery? Just heard about it from you.
Hi Mitch,
I’ve been using the GeoAddress WordPress plugin but it sometimes shows west coast USA rather than some places in Germany I’ve entered: http://zahnersatzgutachter.de/dozenten-des-curriculums/
It will be great if you can help — I’ve got a looming deadline.
Thanks!
HI Nik,
Sorry for the late reply.. Anyway, if you can scan on the script of GeoAddress Plugin, you can add this line for its javascript generation:
var geo = new GClientGeocoder;
geo.setBaseCountryCode(“define_country_code_here”);
Hope this helps!!!
Thanks!