PostgreSQL function that helps in reverse resolution of addresses #2923
Dennyfentow
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a postgresql function that helps in reverse resolution of addresses, which is widely used in applications to help customers know the address of the location based only on the latitude and longitude of the point, this function is based on the reverse.php file from the Nominatim project.
the function uses the functions "lookupPoint" and "lookupPolygon" as a base, I haven't applied it to the other functions yet, since I didn't see much need, but if anyone is interested in updating this function, you can comment that I'll be available to help, :).
below is the gist link with the function:
https://gist.github.com/Dennyfentow/de70a43317222264c61b9acb944e42b0
Beta Was this translation helpful? Give feedback.
All reactions