Closed (fixed)
Project:
Geocoder
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2012 at 13:40 UTC
Updated:
28 May 2012 at 18:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
phayes commentedYes very likely. Write a geocoder plugin!
Comment #2
michee.lengronneHow is it possible ? Do I have to write it myself or is it forecasted ?
Comment #3
phayes commentedIt's not currently planned for. Check out /plugins/geocoder_handler/ for some examples
Comment #4
les limHere's a plugin for MapQuest's implementation of Nominatim.
Comment #5
les limWhoops, spaces need to be converted to "+" before sending the request. New patch attached.Actually, on second look, the problem with the earlier patch was urlencode() on the address, which happens within drupal_http_build_query() already. This patch should work anyway.
Comment #6
phayes commentedThanks! This has been committed at 1f719d9c152de56885784bdaf7f434c5241df395
Comment #7
PDR commentedDon't know whether it is okay to post this here, when issue is marked as fixed, but thought it might reach the right people.
Is there any way to use the reverse-geocoding function as per the example below, with this handler?
http://nominatim.openstreetmap.org/reverse?format=xml&lat=52.54874297149...
Or is it affected by any of the issues mentioned in http://drupal.org/node/1334838#comment-5673206 ?
Thank you all for the good work with geocoder.
Comment #8
phayes commentedHI PDR,
There is an issue open here asking for general reverse-geocoding support: #1461164: Reverse-Geocode support
Perhaps you could drop your comments in there?
Comment #10
les limWhoops, left a dsm() in that last committed patch. I should've been more careful.
Comment #11
duaelfrThank you Lim for these patches
+1 RTBC
Comment #12
phayes commentedDone!