Skip to content

Commit

Permalink
# 199 添加气泡标识
Browse files Browse the repository at this point in the history
  • Loading branch information
冯冬冬 committed Jul 18, 2017
1 parent 35d0cf6 commit 0917090
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions dist/HMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -11291,6 +11291,7 @@ var Popover = function Popover(mapInstence, params) {
stopEvent: true,
offset: this.options['offset'],
id: this.options['id'],
layerName: this.options['layerName'],
insertFirst: this.options.hasOwnProperty('insertFirst') ? this.options.insertFirst : true
});
};
Expand Down
2 changes: 1 addition & 1 deletion dist/HMap.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/HMap.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/HMap.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/report.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/overlay/Popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ let Popover = function (mapInstence, params) {
stopEvent: true,
offset: this.options['offset'],
id: this.options['id'],
layerName: this.options['layerName'],
insertFirst: ((this.options.hasOwnProperty('insertFirst')) ? this.options.insertFirst : true)
})
}
Expand Down

0 comments on commit 0917090

Please sign in to comment.