Compare commits
3 Commits
v3.2.0
...
release-2.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
265b4632be | ||
|
|
b9348dd5d5 | ||
|
|
1c055d4f84 |
@@ -28,12 +28,6 @@ OpenLayers.Popup.FramedCloud =
|
||||
*/
|
||||
panMapIfOutOfView: true,
|
||||
|
||||
/**
|
||||
* Property: imageSrc
|
||||
* {String}
|
||||
*/
|
||||
imageSrc: null,
|
||||
|
||||
/**
|
||||
* APIProperty: imageSize
|
||||
* {<OpenLayers.Size>}
|
||||
@@ -214,9 +208,9 @@ OpenLayers.Popup.FramedCloud =
|
||||
initialize:function(id, lonlat, size, contentHTML, anchor, closeBox,
|
||||
closeBoxCallback) {
|
||||
|
||||
this.imageSrc = OpenLayers.Util.getImagesLocation() + 'cloud-popup-relative.png';
|
||||
OpenLayers.Popup.Framed.prototype.initialize.apply(this, arguments);
|
||||
this.contentDiv.className = "olFramedCloudPopupContent";
|
||||
this.imageSrc = OpenLayers.Util.getImagesLocation() + 'cloud-popup-relative.png';
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user