geocode-excel
geocode-excel copied to clipboard
Error Nominatim Reverse Geocoding
Hi,
First of all, thank you for your work!
I am currently testing the reverse geocoding feature with Nominatim.
I have a cell with latitude, another with longitude and using the formula =NominatimReverseGeocode(lat, lng), I get an error when I have complex GPS coordinates like for example: 38.8950368,-77.0365427.

It only works with values without decimals.
Am I missing something?
Killian
I would suggest replacing :
Function NominatimReverseGeocode(lat As Double, lng As Double) As String
by :
Function NominatimReverseGeocode(lat As String, lng As String) As String