Re: [OpenLayers-Users] proj4j - disable calling to http://spatialreference.org

2010-03-02 Thread Mike Adair
At the moment, no it's not possible to disable that, however if all your projection definitions are properly loaded, it should never get to the part where it calls spatialreference.org. That said, to make sure it never gets called, comment out the call to Proj4js.loadScript in the loadProjDefin

[OpenLayers-Users] proj4j - disable calling to http://spatialreference.org

2010-03-02 Thread mario1...@libero.it
Hi, I've included in my jsp page this projection: Proj4js.defs["EPSG:3003"] = "+title=Gauss Boaga EPSG:3003 +proj=tmerc +lat_0=0 +lon_0=9 +k=0.999574 +x_0=155 +y_0=0 +ellps=intl +units=m +no_defs"; is it possibile to disable calling to http://spatialreference.org? Thank yo