bbj-screen-widget 2.4.72 → 2.4.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -583,7 +583,13 @@ var BMapGLLib = window.BMapGLLib = BMapGLLib || {};
|
|
|
583
583
|
var index = me._troughPointIndex(pos);
|
|
584
584
|
if (index != -1) {
|
|
585
585
|
clearInterval(me._intervalFlag);
|
|
586
|
-
me.
|
|
586
|
+
var html=me._opts.landmarkPois[index].html;
|
|
587
|
+
if(html){
|
|
588
|
+
me._opts.defaultContent=html;
|
|
589
|
+
}else{
|
|
590
|
+
html=me._opts.defaultContent;
|
|
591
|
+
}
|
|
592
|
+
me._overlay.setHtml(html);
|
|
587
593
|
me._overlay.setPosition(pos, me._marker.getIcon().size);
|
|
588
594
|
me._pauseForView(index);
|
|
589
595
|
} else {
|