Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

You're right, jens, it isn't there any more. The instructions were correct when I found the lat/long for my address some time ago, but it seems they changed their UI.

You can still get the data from mapblast, though. Fill in your address, and get the map, then zoom at least once so all the CGI parameters will get filled in. Then look for the CT parameter in the URL (it's a GET form, so it's easy to read). Mine reads &CT=40.0706471%3A-76.314855%3A20000, which makes my latutide 40.0706471 degrees N, by 76.314855 degrees W. longitude. However, this is decimal degrees, and we want dotted DMS. So, to convert, in each step I read off int() of the current value, then multiply the decimal part by 60. Thus, I'd put <!-- location:latitude=40.04.14,longitude=-76.18.53 -->. And thanks to you I just checked my homenode and noticed I didn't update it when I moved.

However, this, while easy, is hardly trivial. Another place to try, from a quick google search, is geocode.com's Eagle (US-centric)

One place I wouldn't try, BTW, is terraserver.com; not only are they MS, but they don't see to make any useful information without being a "pro user".


Confession: It does an Immortal Body good.


In reply to Re: Put yourself on the Map -- correction by theorbtwo
in thread Put yourself on the Map -- correction by jens

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-03-28 20:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found