Some code using in my project:

popup = new OpenLayers.Popup.AnchoredBubble("popupid", 
    feature.layer.getLonLatFromViewPortPx(currPos),
    null,
    feature.attributes['REGION'],
    null);
popup.autoSize = true;

-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Help-with-popups-tp5738762p5741201.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to