briandanielwebster
Joined: 06/03/2024 22:45:33
Messages: 1
Location: Ut
Offline
|
Hey, I am trying to use reverse geocoding to poplate addresses from my website. https://summercampcatalog.com/ It's just a couple lists of outdoor places to go to, with some notes.
I have the lat/long auto-populate with location data, and use geonames to get the address with the url:
https://secure.geonames.org/addressJSON?lat=41.12384&lng=-112.0108544&username=[myusername]
for example. In any case, almost always I get back an empty json set "{}".
If I try to use something like findNearestAddressJSON? it's waaaayy off doesn't even get the city half the time. When address does work, it's great, dead on... but I don't know... what am I missing here?
|