Blank maps

We are using TTMSFNCGoogleMaps (v3.0.7.4) and are having some users where it is working and displaying the maps correctly... but then after a while it just shows blank /white ... so no map at all ...

We are also TTMSFNCWebBrowser on another screen to preview online images and have noticed that when the map stops working then the browser also stops showing anything at all.

To get it working the users have to exit the application and reload ... sometimes they have to do this multiple times before it will work again, other times the users work fine. It doesn't affect all users and we haven't found a pattern to this ... is this something you have come across or if there is something I could put in a beta version for key users to try?

If you click on the white square and press F12, what do you see in the developer console window?

Hi Pieter
I get the following...
image

window.google = window.google || {};
google.maps = google.maps || {};
(function() {
var rules = {
createHTML: function(src) {
return src;
},
createScriptURL: function(src) {
return src;
}
};
var ttPolicy;

try {
ttPolicy = window.trustedTypes.createPolicy('google-maps-api-loader', rules);
} catch(e) {
ttPolicy = rules;
}

function getScript(src) {
document.write(
ttPolicy.createHTML('<' + 'script src="' + src + '"><' + '/script>')
);
}

var modules = google.maps.modules = {};
google.maps.gjsload = function(name, text) {
modules[name] = text;
};

google.maps.Load = function(apiLoad) {
delete google.maps.Load;
apiLoad([0.009999999776482582,[null,[["https://khms0.googleapis.com/kh?v=935\u0026hl=en-US\u0026","https://khms1.googleapis.com/kh?v=935\u0026hl=en-US\u0026"],null,null,null,1,"935",["https://khms0.google.com/kh?v=935\u0026hl=en-US\u0026","https://khms1.google.com/kh?v=935\u0026hl=en-US\u0026"]],null,null,null,null,[["https://cbks0.googleapis.com/cbk?","https://cbks1.googleapis.com/cbk?"]],[["https://khms0.googleapis.com/kh?v=149\u0026hl=en-US\u0026","https://khms1.googleapis.com/kh?v=149\u0026hl=en-US\u0026"],null,null,null,null,"149",["https://khms0.google.com/kh?v=149\u0026hl=en-US\u0026","https://khms1.google.com/kh?v=149\u0026hl=en-US\u0026"]],null,null,null,null,null,null,null,[["https://streetviewpixels-pa.googleapis.com/v1/thumbnail?hl=en-US\u0026","https://streetviewpixels-pa.googleapis.com/v1/thumbnail?hl=en-US\u0026"]]],["en-US","US",null,0,null,null,"https://maps.gstatic.com/mapfiles/",null,"https://maps.googleapis.com","https://maps.googleapis.com",null,"https://maps.google.com",null,"https://maps.gstatic.com/maps-api-v3/api/images/","https://www.google.com/maps",null,"https://www.google.com",1,"https://maps.googleapis.com/maps_api_js_slo/log?hasfast=true",0,1],["https://maps.googleapis.com/maps-api-v3/api/js/51/2-beta","3.51.2-beta"],[2012291121],null,null,null,[3,8,13,17,20,21,26,99,114,125,113,98],null,null,"",null,null,1,"https://khms.googleapis.com/mz?v=935\u0026","AIzaSyBucjJ0FsS0bNlVickWom69CD5uVKcQsnY","https://earthbuilder.googleapis.com","https://earthbuilder.googleapis.com",null,"https://mts.googleapis.com/maps/vt/icon",[["https://maps.googleapis.com/maps/vt"],["https://maps.googleapis.com/maps/vt"],null,null,null,null,null,null,null,null,null,null,["https://www.google.com/maps/vt"],"/maps/vt",628000000,628,628362479],2,500,[null,null,null,null,"https://www.google.com/maps/preview/log204","","https://static.panoramio.com.storage.googleapis.com/photos/",["https://geo0.ggpht.com/cbk","https://geo1.ggpht.com/cbk","https://geo2.ggpht.com/cbk","https://geo3.ggpht.com/cbk"],"https://maps.googleapis.com/maps/api/js/GeoPhotoService.GetMetadata","https://maps.googleapis.com/maps/api/js/GeoPhotoService.SingleImageSearch",["https://lh3.ggpht.com/","https://lh4.ggpht.com/","https://lh5.ggpht.com/","https://lh6.ggpht.com/"],"https://streetviewpixels-pa.googleapis.com/v1/tile"],null,null,null,null,"/maps/api/js/ApplicationService.GetEntityDetails",0,null,null,null,null,null,["51.2-beta"],1,0,[1],null,null,1,0.009999999776482582], loadScriptTime);
};
var loadScriptTime = (new Date).getTime();
getScript("https://maps.googleapis.com/maps-api-v3/api/js/51/2-beta/main.js");
})();

Can you set TMSFNCGoogleMaps1.Options.Version to "weekly" or "quarterly" or just leave it blank?

Thanks ... I've put up a new Beta version for the users... is there more info on that setting ? Currently I have it set to quarterly

Hi, yes you can read about versioning here:

Hi Pieter
Many thanks ... that setting seems to have helped ... the end-user testing the beta hasn't had an issue since trying the new version
Hopefully that was it!
BTW... we didn't change the setting before... it defaults to 'beta'

1 Like