Hello all,
 
I want to ask about using get feature info request as when i try to access it 
as following:
 
map.events.register('click', map, function (e) {
document.getElementById('nodelist').innerHTML = "Loading... please wait...";
var params = {
REQUEST: "GetFeatureInfo",
EXCEPTIONS: "application/vnd.ogc.se_xml",
BBOX: map.getExtent().toBBOX(),
X: e.xy.x,
Y: e.xy.y,

INFO_FORMAT: 'text/html',
QUERY_LAYERS: map.layers[0].params.LAYERS,
FEATURE_COUNT: 50,
layers: 'GIS_Map',
Styles: '',
Srs: 'EPSG:4326',
WIDTH: map.size.w,
HEIGHT: map.size.h,
format: format
};
 
I got it works great on IE only but it doesn't work on safari, chrome, firefox.
I need to know why it doesn't work with them
and what I can do to get this request works with those browsers(Safari, Chrome, 
Firefox).
 
 
 
Thanks,


Marwa Elsaid


                                          
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to