ORT was using an old version of the Google Maps Javascript API, including this tag: <script type="text/javascript" src=" https://maps-api-ssl.google.com/maps/api/js?v=3&sensor=false&channel=ort.quandis.com ">//</script> This presented two issues:
To fix this issue, we used: <script type="text/javascript" src=" https://maps.googleapis.com/maps/api/js?key=AIzaSyC55qJXl_7lMt2owCGbWay3mLBwDaDyq9E&callback=initMap ">//</script> In order to create the API Key (in the key parameter above), we:
All QBO3 systems should migrate the Google Maps Javascript API calls to leverage this pattern. |
Troubleshooting >