mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 23:56:18 +00:00
show cluster photos
This commit is contained in:
@@ -774,7 +774,8 @@ var BMapLib = window.BMapLib = BMapLib || {};
|
||||
TextIconOverlay.prototype.initialize = function(map){
|
||||
this._map = map;
|
||||
|
||||
this._domElement = document.createElement('div');
|
||||
this._domElement = document.createElement('div');
|
||||
this._domElement.className = 'custom-image-overlay';
|
||||
// this._updateCss();
|
||||
// this._updateText();
|
||||
this._updatePosition();
|
||||
|
Reference in New Issue
Block a user