How to get GPS coordinates by using Google Maps.- Open Google Maps to the vicinity of where I would like coordinates.
- Right click mouse button and select "center map here" from the drop down button.
- Paste the below javascript into the browser's URL address window.
- Click the "go to the address in the location bar" button usually to the right of the address.
- A popup appears showing the coordinates of the center of the map like this: (22.306989047453026, 114.17129248380661)
- Copy and click either "OK" or "Cancel"
- Paste the coordinates into Google's "search maps" text box after you remove the parenthesis and click "Search Maps" - this will prove it is right.
- A popup appears with a marker for the centered spot. The popup has the coordinates in both Decimal Degrees and Degrees, Minutes, Seconds.
- Refine as and if necessary, now you can insert into your GPS device.
code: javascript:void(prompt('',gApplication.getMap().getCenter()));
0 comments:
Post a Comment