[OpenLayers-Users] Raster map shift - solved

2010-05-09 Thread Stefanie Weykam
A couple of weeks ago I notified strange raster layer behaviour and I would now like to share with you how we solved the problem: We observed a slight shift when the raster layer was displayed in OpenLayers. The shift seemed to be dependent on scale and GetFeatureInfo requests were not affected

[OpenLayers-Users] strange raster map behaviour

2010-03-25 Thread Stefanie Weykam
Hi list members, We are observing very strange raster map behaviour – our raster maps are rendered with a slight shift towards south and east. The shift magnitude also seems to be scale dependant (a bit more in x and less in y). The maps are correctly displayed in another client (gvSIG) so the

[OpenLayers-Users] WMSGetFeatureInfo, missing geometry type ‘box’

2010-02-13 Thread Stefanie Weykam
Hi again, My problem still continues but I have been able to trace down the error … Seems that OpenLayers actually tries to parse the data – I got as far as to the parseFeature function in Format/GML.js. Here, the geometry type is read (‘Box’) and then the parseGeometry function is called. This

[OpenLayers-Users] WMSGetFeatureInfo not working as expected with msGMLoutput

2010-02-12 Thread Stefanie Weykam
Hi list members, I have a problem with my Mapserver WMS server and the OpenLayers.Control.WMSGetFeatureInfo. According to wmsOptions.params.info_format in the WMSGetFeatureInfo.js request function is 'application/vnd.ogc.gml' (this is what I want) In the WMSGetFeatureInfo.js handleResponse fun

[OpenLayers-Users] GetFeatureInfo and GML response

2009-12-18 Thread Stefanie Weykam
Dear list members, I need to send GetFeatureInfo requests and parse the response. Mi question is how to proceed... The layers have different onlineResources and info_formats. Most of them support application/vnd.ogc.gml, others application/vnd.ogc.wms_xml, text/xml , text/html or text/plain.