1. Initial integration of maop of science front-end with the backend.

This commit is contained in:
tankchintan 2011-05-19 19:03:35 +00:00
parent 619a906e42
commit e564857261
5 changed files with 109 additions and 108 deletions

View file

@ -42,7 +42,7 @@ function initVisModeController() {
function initMarkers() {
downloader = new DownloadManager();
loadMarkers(ENTITY_VIS_MODE, "smallSampleData.json", false);
loadMarkers(ENTITY_VIS_MODE, scienceMapDataURL, false);
}
function initMap() {
@ -59,9 +59,4 @@ function helper() {
/* Using .load instead of .ready due to issue with IE and Google Maps API */
$(window).load(function() {
initMap();
});
});