So I think I'm having a problem with my coordinates it might just be something with my WFS using Intergraph stuff unfortunately, no idea how to change these coordinates I am getting into a useable bounding box. Before I applied this patch from them I was doing a WFS request with a filter and I was being returned coordinates like this -
<gml:boundedBy> - <gml:Envelope srsName="EPSG:4326"> <gml:lowerCorner>-113.747591795464 52.2719118391991</gml:lowerCorner> <gml:upperCorner>-113.747021258667 52.2721269982475</gml:upperCorner> </gml:Envelope> </gml:boundedBy> And this was working because I used zoomToExtent after transforming them like so and it was zooming into the exact proper spot of my geometry- OpenLayers.Bounds(-113.747591795464 52.2719118391991,-113.747021258667 52.2721269982475).transform(new OpenLayers.Projection("EPSG:4326"), new OpenLayers.Projection("EPSG:900913")) Unfortunately now I do the same exact request and I am getting these coordinates instead - <gml:boundedBy> - <gml:Envelope srsName="EPSG:4326"> <gml:lowerCorner>5793049.84999907 17227.8869215205</gml:lowerCorner> <gml:upperCorner>5793073.87569659 17266.840659799</gml:upperCorner> </gml:Envelope> </gml:boundedBy> I know this might not be the right place to ask such questions but is it probably an issue with my WMS service now or are these new coordinates actually something I can transform and display in EPSG:4326 as I was doing previously? -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Question-on-Using-GML-Parser-with-an-XML-file-changing-output-tp5615902p5616668.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list us...@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/openlayers-users