[OpenLayers-Users] Need help with WMSGetFeatureInfo

Sarah Schuessler sarah_flip at yahoo.de
Fri Jul 16 03:13:22 EDT 2010


Hi,

do you want to show only ux and uy or do you want to do a 
wmsgetfeatureinforequest with that?


best regards
Sarah


________________________________
Von: Zuhex <gmduky at hotmail.com>
An: users at openlayers.org
Gesendet: Freitag, den 16. Juli 2010, 7:31:10 Uhr
Betreff: [OpenLayers-Users] Need help with WMSGetFeatureInfo


Hello all,

How can the popup show the information if I give the value of ux and uy.
If the function looks like this,

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,                        
                        event.text, <<----How could it be?
                        null, 
                        true                    
                        );
                    map.addPopup(popup);
                    map.setCenter(new OpenLayers.LonLat(ux, uy), 2);
                }

Any suggestion? 
Thank you.
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Need-help-with-WMSGetFeatureInfo-tp5300515p5300515.html

Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
Users at openlayers.org
http://openlayers.org/mailman/listinfo/users


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20100716/8417ce9a/attachment.html


More information about the Users mailing list