[OpenLayers-Users] Popup

Phil Scadden p.scadden at gns.cri.nz
Sun Aug 26 14:59:16 PDT 2012


Same as with my earlier response. Get in GML and manipulate with js to 
place it anywhere you like in your DOM.

here is how I set up WMSGetFeatureInfo for gml post processing. 
processSpatialQuery is my js procedure for formatting the response.
  Ctrl = new OpenLayers.Control.WMSGetFeatureInfo({
                 infoFormat:"application/vnd.ogc.gml",
                 layers: [layer]
             });
Ctrl.events.register("getfeatureinfo", this, processSpatialQuery);

Notice: This email and any attachments are confidential. If received in error please destroy and immediately notify us. Do not copy or disclose the contents.



More information about the Users mailing list