I have a table in mysql with places (latitude and longitude), given another point (P2) and a distance (D), I need to find through SQL query all places within that distance (D) from the other point (P2).
I have a table in mysql with places (latitude and longitude), given another point
Share
i found it here :
http://www.movable-type.co.uk/scripts/latlong-db.html