[mapguide-commits] r4590 - sandbox/adsk/2.2gp/Server/src/Wms

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Feb 9 12:49:56 EST 2010


Author: brucedechant
Date: 2010-02-09 12:49:55 -0500 (Tue, 09 Feb 2010)
New Revision: 4590

Modified:
   sandbox/adsk/2.2gp/Server/src/Wms/OgcWmsService.config.awd
Log:
Fix for trac ticket 1266 - Fix errors in OgcWmsService.config.awd file
http://trac.osgeo.org/mapguide/ticket/1266

Notes:
- Removed comment tag at the end of line 235
- Updated the coordinate system WKT on line 238


Modified: sandbox/adsk/2.2gp/Server/src/Wms/OgcWmsService.config.awd
===================================================================
--- sandbox/adsk/2.2gp/Server/src/Wms/OgcWmsService.config.awd	2010-02-09 02:50:01 UTC (rev 4589)
+++ sandbox/adsk/2.2gp/Server/src/Wms/OgcWmsService.config.awd	2010-02-09 17:49:55 UTC (rev 4590)
@@ -232,10 +232,10 @@
  <!-- Add translate elements here to map any particularly       -->
  <!-- troublesome SRS to some appropriate WKT.                  -->
  <Define item="SRS.WKT.map">
-  <!-- This example fixes a problem with EPSG:21781 not         -->
+  <!-- This example fixes a problem with EPSG:21781 not
        finding the WKT for EPSG:21781 in the CS library.
-       -->
-  <translate from="EPSG:21781">PROJCS["CH1903.LV03",GEOGCS["LLCH1903",DATUM["CH-1903",SPHEROID["BESSEL",6377397.155,299.15281535],TOWGS84[660.0770,13.5510,369.3440,0.804816,0.577692,0.952236,5.66000000]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Swiss_Oblique_Cylindrical"],PARAMETER["central_meridian",7.43958333333333],PARAMETER["latitude_of_origin",46.95240555555556],PARAMETER["false_easting",600000.000],PARAMETER["false_northing",200000.000],UNIT["Meter",1.00000000000000],AXIS["Y",NORTH],AXIS["X",EAST]]"</translate>
+  -->
+  <translate from="EPSG:21781">PROJCS["CH1903.LV03/01",GEOGCS["LLCH1903",DATUM["CH-1903",SPHEROID["BESSEL",6377397.155,299.15281535],TOWGS84[660.0770,13.5510,369.3440,0.804816,0.577692,0.952236,5.66000000]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Swiss_Oblique_Cylindrical"],PARAMETER["false_easting",600000.000],PARAMETER["false_northing",200000.000],PARAMETER["latitude_of_origin",46.95240555555556],PARAMETER["central_meridian",7.43958333333333],UNIT["Meter",1.00000000000000]]</translate>
 
  </Define>
 



More information about the mapguide-commits mailing list