[OpenLayers-Users] click link outside the map and popup will show
Zuhex
gmduky at hotmail.com
Tue Jul 13 15:49:14 EDT 2010
Hello all,
I was received only x and y values from the link outside.
When I clicked the popup will create correctly right on point in the layer.
So I am looking for a source code which how to show the values of the popup.
this is my some source code
function popup_s(ux,uy)
{
if (popup != null) {
popup.destroy();
popup = null;
}
var ux,uy;
popup = new OpenLayers.Popup.FramedCloud("chicken",
new OpenLayers.LonLat(ux,uy),
null,
***How can I make this code?? ***
null,
true);
map.addPopup(popup);
}
Can anybody suggest me?
best regards
zuhex
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/click-link-outside-the-map-and-popup-will-show-tp5289398p5289398.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
More information about the Users
mailing list