Open rotsee opened 10 years ago
It would be really nice to be able to run some code if loading the map fails!
map.loadMap( mapName ) .done ( function() { /* do stuff */ }) .error ( function(e) { /* ops */ });
It would be really nice to be able to run some code if loading the map fails!