[OpenLayers-Users] read gml attributes and open pop-up

beppe beppenapo at gmail.com
Sat May 1 18:13:07 EDT 2010


Hi list,
I've a gml layer [1], It's possible read the attributes of this file
and, "onClick" event, open a pop-up?
Something like "fullRequestString" and wfs.
I'm trying different solutions unsuccessfully!!!

thanks

-beppe- 


[1] var ut = new OpenLayers.Layer.Vector("ut", {
             strategies: [new OpenLayers.Strategy.Fixed()],
             protocol: new OpenLayers.Protocol.HTTP({
             url: "ut_900913.gml",
             format: new OpenLayers.Format.GML()
           })
        });




More information about the Users mailing list