chadly / Geocoding.net

C# GeoCoding / Address Validation API
MIT License
443 stars 155 forks source link

ReverseGeocoding: small double lat lng values issue #74

Closed alvillain closed 6 years ago

alvillain commented 7 years ago

Added formatting for double coordinate values, since we can have small value like "0.00006" -> in double representation it will be "6E-05". Request for Google in this case will fail (https://maps.googleapis.com/maps/api/geocode/xml?latlng=49.09500833,6E-05 ...)

I did not investigate the rest of the code, probably the same issue exists in Microsoft, Yahoo, MapQuest projects.

chadly commented 6 years ago

Thanks, I'd like to merge this but there appear to be some merge conflicts here. If you would resolve those, I will merge this in.

alvillain commented 6 years ago

@chadly The merge conflicts were resolved. But the build now is broken. Is there something wrong on the TeamCity?

chadly commented 6 years ago

Yeah, teamcity is screwed up. I really need to update it to run the build correctly...

thanks, again