GarryBargsley Posted August 24, 2006 Share Posted August 24, 2006 Hello everyone... Is there anyway that you can suggest on how I can get the distance from point A to point B using FM 8.5. I know how to show a map from point A to point B, but I cannot figure out how to get the distance back as maybe a variable or stored to a field. Also, does anyone know how to do maps from point A to point B to point C to point D and back to point A? And also a way to capture the distance between each point. If not a FileMaker solution, I am open for other ideas... Thanks Garry B Quote Link to comment Share on other sites More sharing options...
aaa Posted August 24, 2006 Share Posted August 24, 2006 Hi, garry. You speak about points on the plane? If such each point on the plane must have coordinates (x,y) and distance between two points you can calculate such: A(x1,y1) B(x2,y2) DistanceAB=sqr((x2-x1)^2+(y2-y1)^2). Quote Link to comment Share on other sites More sharing options...
comment Posted August 24, 2006 Share Posted August 24, 2006 That's nice, but the planet Earth is not flat. Try something like this? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.