[Geomoose-users] geocode address 2.6 RC1 status

James Klassen klassen.js at gmail.com
Tue Jun 4 06:23:33 PDT 2013


Interesting... I have updated the trac ticket.
On Jun 4, 2013 7:43 AM, "Johan Forsman" <Johan.Forsman at la.gov> wrote:

> I might be a tad late to the party here, but I just now took a stab at
> investigating this issue because I need the geocode function.****
>
> ** **
>
> Using Firebug I inspected the request sent by the geocoder function and
> noticed the URL looked really off, and when I took the URL and trimmed out
> the “off-looking” bits I received good results. I also noticed it was a
> POST request, and the previous GM version used a GET request.****
>
> ** **
>
> I saw a post in a discussion forum regarding the Google geocoder, which
> mentioned that POST requests are automatically urlencoded.****
>
> ** **
>
> In geocode.php, around line 40 (count may be less as I added the debug
> bits at the top) there is this instruction:****
>
> ** **
>
> $request_url = $url . "&q=" . urlencode($streetaddress); ****
>
> ** **
>
> I changed the line to read****
>
> ** **
>
> $request_url = $url . "&q=" . $streetaddress;****
>
> ** **
>
> which appears to allow the geocoder to function as in previous versions.**
> **
>
> ** **
>
> Take care,****
>
> Johan.****
>
> ** **
>
> *From:* geomoose-users-bounces at lists.osgeo.org [mailto:
> geomoose-users-bounces at lists.osgeo.org] *On Behalf Of *Mark Volz
> *Sent:* Monday, April 16, 2012 9:40 AM
> *To:* geomoose-users at lists.osgeo.org
> *Subject:* [Geomoose-users] geocode address 2.6 RC1 status****
>
> ** **
>
> Hello,****
>
>  ****
>
> I noticed that Geocoding addresses does not appear to work out of the box
> for Geomoose 2.6 RC1.  Has anyone else noticed any problems?****
>
>  ****
>
>  ****
>
> Mark Volz****
>
> GIS Specialist****
>
>  ****
>
>  ****
>
> _______________________________________________
> Geomoose-users mailing list
> Geomoose-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/geomoose-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geomoose-users/attachments/20130604/bf338c8c/attachment.html>


More information about the Geomoose-users mailing list