Skip to content

Instantly share code, notes, and snippets.

View Dennyfentow's full-sized avatar

Daniel dos Santos Dennyfentow

View GitHub Profile
@Dennyfentow
Dennyfentow / get_custom_reverse_address.md
Last active December 13, 2022 17:53
I created a PostgreSQL function that helps in reverse resolution of addresses

get_custom_reverse_address(lat, lon);

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, :)

To create and use the function you need to follow the steps below:

@Dennyfentow
Dennyfentow / cloudSettings
Last active December 10, 2021 23:04
JavaFX Class to Edit TableView TextFieldCell of type LocalTime and JFXTimePicker
{"lastUpload":"2021-12-10T23:04:03.668Z","extensionVersion":"v3.4.3"}