[mapserver-commits] r9421 - in trunk/docs: de/ogc en/ogc

svn at osgeo.org svn at osgeo.org
Thu Oct 8 15:05:07 EDT 2009


Author: assefa
Date: 2009-10-08 15:05:06 -0400 (Thu, 08 Oct 2009)
New Revision: 9421

Modified:
   trunk/docs/de/ogc/sld.txt
   trunk/docs/en/ogc/sld.txt
Log:
add missing wms parameters

Modified: trunk/docs/de/ogc/sld.txt
===================================================================
--- trunk/docs/de/ogc/sld.txt	2009-10-08 18:35:58 UTC (rev 9420)
+++ trunk/docs/de/ogc/sld.txt	2009-10-08 19:05:06 UTC (rev 9421)
@@ -578,8 +578,8 @@
 
 - `example 2`_
 
-.. _`example 1`: http://www2.dmsolutions.ca/cgi-bin/mswms_landsat?SERVICE=WMS&VeRsIoN=1.1.1&Request=GetMap&LAYERS=landsat&BBOX=302100,5029281,530271,5166822&SLD=http://www2.dmsolutions.ca/msapps/world_testdata/tests/sld_tests/sld_raster.xml
-.. _`example 2`: http://www2.dmsolutions.ca/cgi-bin/mswms_landsat2?SERVICE=WMS&VeRsIoN=1.1.1&Request=GetMap&LAYERS=golden_CO&SLD=http://www2.dmsolutions.ca/msapps/world_testdata/tests/sld_tests/sld_raster_16bits.xml
+.. _`example 1`: http://www2.dmsolutions.ca/cgi-bin/mswms_landsat?SERVICE=WMS&VeRsIoN=1.1.1&Request=GetMap&LAYERS=landsat&BBOX=302100,5029281,530271,5166822&SRS=EPSG:42304&FORMAT=image/png&WIDTH=400&HEIGHT=400&SLD=http://www2.dmsolutions.ca/msapps/world_testdata/tests/sld_tests/sld_raster.xml
+.. _`example 2`: http://www2.dmsolutions.ca/cgi-bin/mswms_landsat2?SERVICE=WMS&VeRsIoN=1.1.1&Request=GetMap&LAYERS=golden_CO&BBOX=478575,4399785,489315,4413735&SRS=EPSG:26713&FORMAT=image/png&WIDTH=400&HEIGHT=400&SLD=http://www2.dmsolutions.ca/msapps/world_testdata/tests/sld_tests/sld_raster_16bits.xml
 
 Client Side Support
 ===================

Modified: trunk/docs/en/ogc/sld.txt
===================================================================
--- trunk/docs/en/ogc/sld.txt	2009-10-08 18:35:58 UTC (rev 9420)
+++ trunk/docs/en/ogc/sld.txt	2009-10-08 19:05:06 UTC (rev 9421)
@@ -578,8 +578,8 @@
 
 - `example 2`_
 
-.. _`example 1`: http://www2.dmsolutions.ca/cgi-bin/mswms_landsat?SERVICE=WMS&VeRsIoN=1.1.1&Request=GetMap&LAYERS=landsat&BBOX=302100,5029281,530271,5166822&SLD=http://www2.dmsolutions.ca/msapps/world_testdata/tests/sld_tests/sld_raster.xml
-.. _`example 2`: http://www2.dmsolutions.ca/cgi-bin/mswms_landsat2?SERVICE=WMS&VeRsIoN=1.1.1&Request=GetMap&LAYERS=golden_CO&SLD=http://www2.dmsolutions.ca/msapps/world_testdata/tests/sld_tests/sld_raster_16bits.xml
+.. _`example 1`: http://www2.dmsolutions.ca/cgi-bin/mswms_landsat?SERVICE=WMS&VeRsIoN=1.1.1&Request=GetMap&LAYERS=landsat&BBOX=302100,5029281,530271,5166822&SRS=EPSG:42304&FORMAT=image/png&WIDTH=400&HEIGHT=400&SLD=http://www2.dmsolutions.ca/msapps/world_testdata/tests/sld_tests/sld_raster.xml
+.. _`example 2`: http://www2.dmsolutions.ca/cgi-bin/mswms_landsat2?SERVICE=WMS&VeRsIoN=1.1.1&Request=GetMap&LAYERS=golden_CO&BBOX=478575,4399785,489315,4413735&SRS=EPSG:26713&FORMAT=image/png&WIDTH=400&HEIGHT=400&SLD=http://www2.dmsolutions.ca/msapps/world_testdata/tests/sld_tests/sld_raster_16bits.xml
 
 Client Side Support
 ===================



More information about the mapserver-commits mailing list