Revert accidental commit.
This commit is contained in:
parent
8b79f7ff0f
commit
27532c3c3a
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@
|
|||
var box = document.getElementById( 'highlightinfo' );
|
||||
box.innerHTML = html;
|
||||
closePopup();
|
||||
popup = new OpenLayers.Popup.AnchoredBubble( 'popup', position, new OpenLayers.Size( box.offsetWidth + 100, box.offsetHeight + 20 ), html, OpenLayers.Marker.defaultIcon(), true );
|
||||
popup = new OpenLayers.Popup.AnchoredBubble( 'popup', position, new OpenLayers.Size( box.offsetWidth, box.offsetHeight ), html, OpenLayers.Marker.defaultIcon(), true );
|
||||
map.addPopup( popup );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue