Hi all.
im trying to make a website with fishing coordinates / marks on.
I have the google maps working and marks working.
the only problem is the gps coords list i have.
this is one of the lines
['25 8.676 152 49.966 f Spot Beacon Navigation beacon.', -25.1446, 152.832766666667, 3],
im in Australia so its -25 .
Ive tried different combinations and it shows else where, if i put the first coords in it shows inland somewhere google maps.
if i use the other set of numbers it shows close to the mark but not the same as the first set.
im sure the first set is datum wgs-84 and not sure about the other set?
this is the input from my html script for the gps coords but not sure what thats using either ..
['loan 2', 33.923036, 151.259052, 'address 2'],
['loan 3', 34.028249, 151.157507, 'address 3'],
['loan 4', 33.80010128657071, 151.28747820854187, 'address 4'],
['loan 5', 33.950198, 151.259302, 'address 5']
];
Can someone shed some light how i can get this working.
Im importing the whole db into excel so i can change things easier but need to know what datum and layout of the numbers i need to get the markers working,
thanks
Bookmarks