digideskio / zotonic

Automatically exported from code.google.com/p/zotonic
0 stars 0 forks source link

geocode in admin is broken #159

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I think the geocode in the admin no longer works. I have the correct address 
filled in, but when I attempt to get the longitude and latitude I get an alert 
with:

"Geocode was not successful for the following reason: ZERO_RESULTS"

Does anyone else have the same problem? Perhaps Google changed something?

Original issue reported on code.google.com by scherpenisse on 11 Mar 2011 at 12:14

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I made a small change that appears to have fixed it.

If you look near line 62 in modules/mod_admin/templates/admin_edit.tpl:

    //var position = googleMapsControl.getGeoForAddress(address);

    googleMapsControl.getGeoForAddress(address, function(data)

Original comment by connor...@gmail.com on 11 Mar 2011 at 12:33

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 2bec975ee8d4.

Original comment by scherpenisse on 16 Mar 2011 at 9:14