I have the following Transport table with thousand of records of train and bus stops and airports.
ID Lon Lat Name
1 0.37573 51.87968 London Luton Airport
2 0.17486 52.20587 Cambridge Airport
3 0.26251 51.88935 London Stansted Airport
I need to give the mysql query any given lat lon vars for the location I want to check and then I need to list all transport links within a given distance of say 50 miles.
Is this possible with mysql and can some one show me thanks