1. Initial integration of maop of science front-end with the backend.
This commit is contained in:
parent
619a906e42
commit
e564857261
5 changed files with 109 additions and 108 deletions
|
@ -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();
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue