View single post by netpac
 Posted: Sat Aug 25th, 2018 08:03
netpac

 

Joined: Fri Aug 24th, 2018
Location:  
Posts: 1
Status: 
Offline
Hi

since February 2018 Nikon ViewNX 2 isn't working anymore with google maps . I found a solution.

Edit C:\Program Files\Nikon\ViewNX 2\GPSMap\data.js and search for
function Map() {


and change it to

function LogLineObjCreate() {

and for
var Global_Data_LTFileline = new Map(); // container of logtool file [ FILEID -> LTFile]

change it to

var Global_Data_LTFileline = new LogLineObjCreate(); // container of logtool file [ FILEID -> LTFile]

Regards

Roger