I have an application that is using OpenLayers 2.13.1. It is utilizing a bing
basemap and overlaying WMS layers. I am using a FramedCloud popup. I would
like the popup to appear where the user clicked and sometimes it does.
Sometime it appears randomly to the east or west of there the user clicked.
Here is a snipit of code showing how I'm setting:

innovate.popupbox[mapID] = new OpenLayers.Popup.FramedCloud(
                                "innovate_info_popup_" + mapID,
                                map.getLonLatFromPixel(event.xy),
                                boxSize,
                                content,
                                null,
                                true
                                );



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Popups-not-in-the-correct-location-tp5086400.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
us...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to