Re: [OpenLayers-Users] "srs" contains unacceptable value with WMS from ARCGIS server

2010-02-10 Thread Francesco Pennica
I had the same problem; a simple way is to force OL to send the request with "EPSG:102113" instead of "EPSG:900913", so you can either modify the "getFullRequestString" function in OpenLayers.Layer.WMS class or override it. I used this override with Ext JS and added a boolean option in the layer de

[OpenLayers-Users] "srs" contains unacceptable value with WMS from ARCGIS server

2010-02-09 Thread Phil Scadden
Trying to combine layer from Arcgis WMS service with google and I get the above. In arc, the resource is in ESPG:102113 which is apparently the same as 900913. Arcgis 9.4 will support the official ESPG:3785 but no way to force a 900913. So can I fudge this somehow on the openlayers end? I want