GPS coordinate problem

GPS coordinate problem - Black man got lost with smartphone in forest

I have coordinates for a travel site in the WGS84 format:

6413180-2059501

The location is supposed be a cave in Iceland but Google Maps points(after adding a decimal point) to a site in Sweden.

What am I doing wrong?



Best Answer

Firstly, WGS84 is a considerably different format to regular Lat/Long coordinates.

Indeed, from a question on Stackoverflow, looking at the code to convert (if you were a programmer), it's quite a complex operation:

$lon = ($lon / 20037508.34) * 180;
$lat = ($lat / 20037508.34) * 180;
$lat = 180/M_PI * (2 * atan(exp($lat * M_PI / 180)) - M_PI / 2);

simply adding a decimal place isn't going to do it.

Running -2059501 through the LON calcuation, we get:

-18.5008

which certainly lines up with Iceland. However, I cannot manage to get any calculator here to do the second calculation - if someone else can help out?




Pictures about "GPS coordinate problem"

GPS coordinate problem - Crop unrecognizable African American man with backpack and smartphone searching route while going astray in green forest
GPS coordinate problem - African American male with backpack standing in forest and holding mobile phone while catching GPS signal during hike
GPS coordinate problem - Concentrated multiethnic male travelers surfing internet while relaxing in woodland in daytime on blurred background



How can I fix my GPS problem?

11 methods to fix Android GPS not working
  • Turn off and on GPS again. ...
  • Turn on and turn off Airplane mode. ...
  • Update the phone. ...
  • Disable Power Saver. ...
  • Enable Google Location Accuracy. ...
  • Enter Safe Mode and check whether the GPS works fine. ...
  • Get the latest Google Maps. ...
  • Clear cache from the map app.


  • Why is my GPS not accurate?

    When your phone is in power-saving mode or if its screen is turned off, the GPS apps may not be provided with data in real-time. Go to Settings and make sure to change your power-saving mode to 'high performance' or 'optimized.

    How do you reset GPS coordinates?

    You can reset your GPS on your Android phone by following the steps below:
  • Open Chrome.
  • Tap on Settings (the 3 vertical dots on the top right)
  • Tap on Site Settings.
  • Make sure that settings for Location is set to \u201cAsk First\u201d
  • Tap on Location.
  • Tap on All Sites.
  • Scroll down to ServeManager.
  • Tap on Clear and Reset.




  • GPS/LOCATION NOT WORKING FIXED!!




    Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.

    Images: Kamaji Ogino, Kamaji Ogino, Kamaji Ogino, Kamaji Ogino