Changes between Version 5 and Version 6 of MapGuideRfc72


Ignore:
Timestamp:
Aug 6, 2009, 1:55:09 AM (15 years ago)
Author:
liuar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc72

    v5 v6  
    8787        addElement(veElement);
    8888
    89         // If there's no commercial layers, then register the onload event immediately. (Lazy load if there's any commercial layers)
     89        // If there's no commercial layers, then register the onload event immediately.
    9090        if(!googleElement && !yahooElement && !veElement) {
    9191            window.onload = init;
     92        }
     93        else{
     94            //Lazy load if there's any commercial layers
    9295        }
    9396    </script>