[OpenLayers-Users] Move OpenLayers.Popup.FramedCloud up to 10
pixel...
Paul james
pauljame at gmail.com
Tue Mar 27 13:32:40 EDT 2012
Hello...
I have a OpenLayers.Popup.FramedCloud
popup = new OpenLayers.Popup.FramedCloud("popupSelect",
feature.geometry.getBounds().getCenterLonLat(),
new OpenLayers.Size(100, 100),
"popup xx contents<br>TEST TEST <br> <b>
asdsadsadasdas</b>",
null, true, onPopupClose);
popup.calculateRelativePosition = function() {
return 'tr';
};
Its working fine, always opening in TOP RIGHT...
But I´d like to move that popup up to 10 pixel (To get over my symbol) ...
Is that posible?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20120327/f276bf00/attachment.html
More information about the Users
mailing list