vicb / VisuGps3

Display GPS tracks on top of Google maps
MIT License
36 stars 13 forks source link

How to install VisuGps3 ? #11

Closed clem983 closed 7 years ago

clem983 commented 7 years ago

Hi, I'm trying to add VisuGps on my website, but I have some problems. With the vgps3.js file from the repository, the console logs that 'goog is not defined' and 'vgps3 is not defined'. What can I do ? Can you also say me where the GPS file is it loaded ?

Thanks a lot for your anwser and for this plugin :)

vicb commented 7 years ago

It is not trivial:

Best it probably to use an iframe pointing at the main install: <iframe src="http://www.victorb.fr/visugps/visugps.html?track=<public url of your igc file>"></iframe>

Hope this helps

clem983 commented 7 years ago

Thanks for your answer, I will try.