jasonhartsoe / geocoding-net

Automatically exported from code.google.com/p/geocoding-net
0 stars 0 forks source link

Yahoo Geocoder uses wrong URL #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Yahoo Geocoder is using the wrong URL.

It is using 
http://local.yahooapis.com/MapsService/V1/geocode?location={0}&appid={1}

The correct URL would be http://where.yahooapis.com/geocode?q={0}&appid={1}

This is per http://developer.yahoo.com/geo/placefinder/

Original issue reported on code.google.com by novasou...@gmail.com on 2 Feb 2012 at 1:17

GoogleCodeExporter commented 8 years ago
Wow, this is weird. Your source code has the correct URLs 
(where.yahooapis.com), but the latest DLL does not. I checked the DLL with 
1.4.1.66 .NET Reflector, and it has the old local.yahooapis.com URL.

Original comment by novasou...@gmail.com on 2 Feb 2012 at 2:26

GoogleCodeExporter commented 8 years ago
It's even more strange. The version 1.4.1 date is 11/3, and that is the same 
date as the YahooGeoCoder.cs file in the repository. Did something get missed?

Original comment by novasou...@gmail.com on 5 Feb 2012 at 4:09

GoogleCodeExporter commented 8 years ago
this is in the v2.0 release

Original comment by chadl...@gmail.com on 28 Aug 2012 at 9:09