Hello,
I'm trying to run example of "Google Maps Application in Webvisu" from this link: l viewtopic.php?p=16175#p16175 l
After downloading I'm getting 2 warnings about missing control "3S.NativeControl.GoogleMaps". Is it somewhere avaiable to get and how could I add it to codesys?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I would recommend to check the following:
1. API KEY added in googlemaps_ext1.js in line 395 TODOSETKEY API KEY
How to get the these API KEY? https://developers.google.com/maps/docu ... et-api-key
2. rename webvisu2.cfg.json to webvisu.cfg.json in /var/opt/codesys/PlcLogic/Application/webvisu.cfg.json
to check all this use F12 in your Firefox Browser so see the JavaScript error Messages - when you execute the Webpage
3. As Always check plc logger for Errors
BR
Edwin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'm trying to run example of "Google Maps Application in Webvisu" from this link: l viewtopic.php?p=16175#p16175 l
After downloading I'm getting 2 warnings about missing control "3S.NativeControl.GoogleMaps". Is it somewhere avaiable to get and how could I add it to codesys?
Thanks.
Hi adisz,
have you solved the problem and have you got googlemaps to work on codesys?
Cheers,
CanBohr
Unfortunatelly no, and you?
Hi,
I would recommend to check the following:
1. API KEY added in googlemaps_ext1.js in line 395 TODOSETKEY API KEY
How to get the these API KEY?
https://developers.google.com/maps/docu ... et-api-key
2. rename webvisu2.cfg.json to webvisu.cfg.json in /var/opt/codesys/PlcLogic/Application/webvisu.cfg.json
to check all this use F12 in your Firefox Browser so see the JavaScript error Messages - when you execute the Webpage
3. As Always check plc logger for Errors
BR
Edwin