OpenLayers JavaScript Mapping Library |
OpenLayers. PopupA popup is a small div that can opened and closed on the map. Typically opened in response to clicking on a marker. See OpenLayers.Marker. Popup’s don’t require their own layer and are added the the map using the OpenLayers.Map.addPopup method. Examplepopup = new OpenLayers.Popup("chicken", Summary
OpenLayers. PopupCreate a popup. Parameters
|
addPopup: function( popup, exclusive )