1
0
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:
zhouwenxuan
2024-12-28 11:47:46 +08:00
committed by 杨国璇
parent 4d703eb910
commit 86d5d564da
21 changed files with 636 additions and 262 deletions

View File

@@ -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();