<div dir="ltr"><div><div><div>Hi lists<br><br></div><div>We are working with AIMS 2013 on Windows 2008 R2 IIS7 with fusion layout slate.<br></div><div><br></div>At the moment <a href="http://spatialreference.org/">http://spatialreference.org/</a> is down. This means that our coordinate system definiton epsg 2056 is not working and the results of the measure widget are not correct.<br>
<br></div>I try to add our coordinate system directly into the code to get independent from <a href="http://spatialreference.org">spatialreference.org</a>.<br><br></div><div>Index.html file in fusion layout is reffering to /lib/fusionSF.js.<br>
</div><div><br></div>To compile I changed code in fusionSF around line 1441 to: 'lib/Proj4js/proj4js-combined.js'<br><div><div><div><br>In proj4js-combined.js around line 1053 I added:<br><br>
 'EPSG:2056': "+title=CH1903LV95 +proj=somerc +lat_0=46.95240555555556 
+lon_0=7.439583333333333 +k_0=1 +x_0=2600000 +y_0=1200000 +ellps=bessel 
+towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs"<br>
<br></div>In proj4js-combined.js around line 1059 I added:<br><br>Proj4js.defs['EPSG:2056'] = Proj4js.defs['EPSG:2056'];<br><br></div><div>It still does not work properly. Do I have to change anything else or do I miss something other?<br>
</div><div><div><div><div><div><br></div><div>Best and thx, Benjamin<br></div></div></div></div></div></div></div>