Skip to content

Commit

Permalink
兼容https图片
Browse files Browse the repository at this point in the history
  • Loading branch information
hinikai committed May 3, 2018
1 parent 9a39089 commit dfae300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overlay/DraggingTip.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function DraggingTip(options) {

this.map = map;
var tip = this.tip = new Tip(options);
var icon = new BMap.Icon("http://huiyan.baidu.com/github/tools/gis-drawing/static/images/drag.png", new BMap.Size(25, 25), {
var icon = new BMap.Icon("//huiyan.baidu.com/github/tools/gis-drawing/static/images/drag.png", new BMap.Size(25, 25), {
imageSize: new BMap.Size(25, 25)
});
var marker = this.marker = new BMap.Marker(this.point);
Expand Down

0 comments on commit dfae300

Please sign in to comment.