[mapserver-commits] r7511 - trunk/msautotest/wxs/expected

svn at osgeo.org svn at osgeo.org
Thu Apr 10 00:57:52 EDT 2008


Author: warmerdam
Date: 2008-04-10 00:57:52 -0400 (Thu, 10 Apr 2008)
New Revision: 7511

Modified:
   trunk/msautotest/wxs/expected/wcs_getcov_grd_11_wgs84.dat
Log:
CRS84 urn support implemented

Modified: trunk/msautotest/wxs/expected/wcs_getcov_grd_11_wgs84.dat
===================================================================
--- trunk/msautotest/wxs/expected/wcs_getcov_grd_11_wgs84.dat	2008-04-10 04:41:58 UTC (rev 7510)
+++ trunk/msautotest/wxs/expected/wcs_getcov_grd_11_wgs84.dat	2008-04-10 04:57:52 UTC (rev 7511)
@@ -1,9 +1,48 @@
-Content-type: application/vnd.ogc.se_xml
+Content-Type: multipart/mixed; boundary=wcs
 
-<?xml version='1.0' encoding="ISO-8859-1" ?>
-<ServiceExceptionReport version="1.2.0"
-xmlns="http://www.opengis.net/ogc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ogc http://schemas.opengeospatial.net/wms/1.1.1/OGC-exception.xsd">
-  <ServiceException>msProcessProjection(): Projection library error. projection not named
-msProcessProjection(): Projection library error. projection not named
-  </ServiceException>
-</ServiceExceptionReport>
+--wcs
+Content-Type: text/xml
+Content-ID: wcs.xml
+
+<?xml version="1.0" encoding="UTF-8"?>
+<Coverages
+     xmlns="http://www.opengis.net/wcs/1.1"
+     xmlns:ows="http://www.opengis.net/ows"
+     xmlns:xlink="http://www.w3.org/1999/xlink"
+     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+     xsi:schemaLocation="http://www.opengis.net/ows/1.1 ../owsCoverages.xsd">
+  <Coverage>
+    <Reference xlink:href="cid:coverage/out.grd"/>
+  </Coverage>
+</Coverages>
+--wcs
+Content-Type: image/x-aaigrid
+Content-Description: coverage data
+Content-Transfer-Encoding: binary
+Content-ID: coverage/out.grd
+Content-Disposition: INLINE
+
+ncols        12
+nrows        10
+xllcorner    -121.488893889680
+yllcorner    -0.000144173887
+cellsize     0.000300000000
+ 0 0 0 0 0 0 0 0 0 0 0 0
+ 0 140 140 115 132 115 123 90 99 90 107 99
+ 0 148 99 115 99 132 115 132 99 115 90 115
+ 0 99 123 107 123 107 140 115 99 140 115 132
+ 0 132 99 132 148 132 115 99 107 99 115 123
+ 0 140 132 115 107 99 156 140 123 140 115 247
+ 0 165 181 115 90 132 107 123 197 230 197 148
+ 0 255 222 255 123 140 123 140 173 214 148 173
+ 0 206 255 255 132 156 140 99 132 165 197 165
+ 0 0 0 0 0 0 0 0 0 0 0 0
+--wcs
+Content-Type: application/octet-stream
+Content-Description: coverage data
+Content-Transfer-Encoding: binary
+Content-ID: coverage/out.prj
+Content-Disposition: INLINE
+
+GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]--wcs--
+



More information about the mapserver-commits mailing list