Move OverlappingMarkerSpiderfier from player-tracker to core. Implement for bookmarks and draw tools

(Markers added to OMS shouldn't use the "click" event but "spiderfiedclick")
This commit is contained in:
fkloft
2014-06-09 21:08:06 +02:00
parent 7f26f8b6a8
commit d3fca8612c
5 changed files with 66 additions and 23 deletions

View File

@ -560,6 +560,7 @@ function boot() {
window.setupStyles();
window.setupDialogs();
window.setupMap();
window.setupOMS();
window.setupGeosearch();
window.setupRedeem();
window.setupLargeImagePreview();
@ -657,6 +658,7 @@ try { console.log('Loading included JS now'); } catch(e) {}
// contains the default Ingress map style.
@@INCLUDERAW:external/Google.js@@
@@INCLUDERAW:external/autolink.js@@
@@INCLUDERAW:external/oms.min.js@@
try { console.log('done loading included JS'); } catch(e) {}