OpenLayers 6.x-2.0-beta1
OpenLayers CCK 6.x-2.0-beta1
OpenLayers Geocoder 6.x-2.0-alpha5
Checked in firebug:
sent:
content_type video
fieldname field_mapa
query barcelona
Font
query=barcelona&fieldname=field_mapa&content_type=video
response:
{ "latitude": 0, "longitude": 0, "box": [ ], "fields": [ ], "keep_points": false }
JSON
latitude 0
longitude 0
box []
fields []
keep_points false
If I put in firefox address bar: maps.google.com/maps/api/geocode/json?address=barcelona&sensor=false
return data ok
For 1 day works fine but now don't retrieve results.
Comments
Comment #1
sailoog commentedOps! Now 1 hour later works. Doing nothing
Maybe is a google api problem?
Comment #2
sailoog commentedI think i know what happend. Mi map is not a google map, is a openstreetmap and i found this in the Google Geocoding API: http://code.google.com/intl/ca/apis/maps/documentation/geocoding/index.html
is possible that this is the problem?
Comment #3
steinmb commented