将地理位置坐标(DMS)纯文本格式转换为小数

时间:2014-07-17 11:42:55

标签: javascript google-maps geolocation coordinates exif

我有一个名为' out1.json'的JSON文件。它存储exif图像数据。所有GPS信息都以这种格式存储:

"GPSLatitude": "33 deg 51' 21.91\" S",
"GPSLongitude": "151 deg 13' 11.73\" E",

"GPSLatitude": "50 deg 49' 8.59\" N",
"GPSLongitude": "0 deg 8' 12.45\" W",

"GPSLatitude": "39 deg 54' 56.00\" N",
"GPSLongitude": "116 deg 23' 27.00\" E",

"GPSLatitude": "54 deg 59' 22.80\" N",
"GPSLongitude": "1 deg 54' 51.00\" W",

有没有办法使用Javascript将其转换为小数?我需要将其传递给Google地图以绘制标记。

0 个答案:

没有答案