Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Building a triangulation web-app

Definitions:

SAR: Search and Rescue

Declination: Variance between true north and magnetic north, example where I am my declination is -4degrees Azimuth: is the angle in degrees an object is from another (you) while facing north.

Reverse Azimuth/Back Azimuth: Based on 360 degrees it’s the opposite end of an azimuth. If an object is 0 degrees from you, you are 180 degrees from it. If it is 90 degrees from you, you are 270 degrees from it.


I Want to make a little web app that the user inputs their declination, and then and put in objects azimuths from them and in turn it does the math to give them their reverse azimuth from that object. Once they add in two or more object it triangulate their position on a map.

We are teaching mapping for an upcoming SAR class and triangulation been a tough one for some students to grasp. It’s tough for me to remember all of the steps sometimes even, it is one of those things when you need it you are usually under pressure and when you’re under pressure you tend to hurry.

Basically it should be able to overlay any map image click to drop pins set declination, and azimuths and it steps you through how to triangulate.