Closed (fixed)
Project:
Location
Version:
6.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
24 Apr 2009 at 00:11 UTC
Updated:
16 May 2024 at 00:50 UTC
Jump to comment: Most recent
Comments
Comment #1
yesct commenteddo you have geocoding on?
Comment #2
Anonymous (not verified) commentedApparently not, was never sure what that actually did...
Comment #3
rooby commentedTo use geocoding:
* Go to the geocoding setting page at admin/settings/location/geocoding
* For the country(ies) you require select a geocoding option from the available options.
* Click save configuration
* For each country you want to use geocoding for click the Configure parameters link and set any settings that need action. FOr example, for the configuration page for google geocoding you can set the 'Google Maps Geocoding Accuracy' option to 'Town (city, village) level' so that if the geocoding response is not accurate to at least the city level the lat/lon will not be used for your location.
Then when you save a node with an address, a request will be made to the geocoding service containing the entered address and it will try to get the lat/lon for that address and return it. It will then get saved to the location.
There is currently an issue that google geocoding doesn't work properly if you are entering a country only, with no other address information. For a fix for that see #907564: Country is not added to address when using google geocoding