Oh wonderful perl gods, I have a problem and I do not know the best way to solve it. I need to write a program (doesn't have to be perl if you know a better suggestion) that will plot a tract of land. The end functionality needs to be that the user inputs lat/long coordinates, distance and heading/bearing (as generated by a surveyor) and the program will then generate a diagram showing the layout, shape, etc of the tract of land. The functionality seems relativley straightforward but I am a fairly new programmer and I can't seem to wrap my head around the best way to accomplish this. Do any of you know any modules, etc that may help? An example of a windows based program (I am writing for linux) that does this can be found at http://www.johnsonmapping.com/deed.html. The one I am creating only needs basic functionality and does not need to be nearly as complex as this one. Thanks in advance.

In reply to Plotting a tract of land by blhoward2

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.