We have a Google Enterprise server that sometimes goes down and causes the browser to block our OpenLayers from loading because our browser can't get the Google <script>. For a quick example, see http://mortperformance.com/mortworld/google.html
What we want to do is lazy load the Google script items but the problem is that the Google scripts we include dynamically include other Google scripts(fusionmaps_local.js) using 'document.write' which wipes out our webapp (white screen) if done after the webapp is loaded. Can anyone think of any ideas for a solution? If the Google scripts can't be loaded, we'd like our webapp to launch but just not have the Google layer. Google's use of document.write is raining on our parade. Thanks! Ashley -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/OpenLayers-Google-script-include-problem-tp5911055p5911055.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
