Coords to Longitude & Latitude

 

Given the following HTML code, can coords be converted to longitude and latitude? I suspect coords are associated with the SEPTA map and can't be converted. Can anyone confirm?

[area shape="RECT" target="_self" alt="69th Street Terminal" coords="97,485,201,499" href="click_map/69th_street_terminal.html">

Tim

Coordinates

I think you are correct, the coordinates are pixel locations on the map display, and have nothing to do with Long, Lat. Get the address, go to google earth (or whatever geocoding service you use), and enter it, and get the geographical coordinates that way.

Definitely a pixel map

Your going to have to follow the instructions above to get the Geo-Code

Thank-You

Thanks for the confirmation. I know how to geocode.

Tim