[mapserver-commits] r8731 - trunk/docs/tutorial

svn at osgeo.org svn at osgeo.org
Mon Mar 9 16:39:47 EDT 2009


Author: pnaciona
Date: 2009-03-09 16:39:47 -0400 (Mon, 09 Mar 2009)
New Revision: 8731

Modified:
   trunk/docs/tutorial/example1-5.txt
Log:
update tutorial example 1.5 to point to demo.mapserver.org

Modified: trunk/docs/tutorial/example1-5.txt
===================================================================
--- trunk/docs/tutorial/example1-5.txt	2009-03-09 20:39:02 UTC (rev 8730)
+++ trunk/docs/tutorial/example1-5.txt	2009-03-09 20:39:47 UTC (rev 8731)
@@ -6,7 +6,7 @@
 Adding a Raster Layer
 ---------------------
 
-.. image:: http://biometry.gis.umn.edu/cgi-bin/mapserv.exe?map=/ms4w/apps/tutorial/htdocs/example1-5.map&layer=states&layer=states_line&layer=states_label&layer=modis&mode=map
+.. image:: http://demo.mapserver.org/cgi-bin/mapserv.exe?map=/ms4w/apps/tutorial/htdocs/example1-5.map&layer=states&layer=states_line&layer=states_label&layer=modis&mode=map
 
 In addition to vector data support (point, lines, polygons, and annotations), 
 MapServer can also display raster data. Through the use of GDAL library, MapServer 
@@ -90,16 +90,16 @@
 
 **DATA raster/mod09a12003161_ugl_ll_8bit.tif**
 
-  In the newly added LAYER object, the DATA parameter points to a GeoTIFF image. 
-  Like vector datasets, MapServer supports multiple raster file formats. This 
-  support is accomplished through use of the GDAL library. For more information 
-  on the different raster formats supported by MapServer and for general 
-  discussion on the use of rasters in MapServer, please read the 
+  In the newly added LAYER object, the DATA parameter points to a GeoTIFF image.
+  Like vector datasets, MapServer supports multiple raster file formats. This
+  support is accomplished through use of the GDAL library. For more information
+  on the different raster formats supported by MapServer and for general
+  discussion on the use of rasters in MapServer, please read the
   :ref:`Raster Data Reference <raster>`.
 
 **TYPE RASTER**
-  When using raster data (images) we use the value RASTER for the parameter 
-  TYPE, as opposed to the POLYGON, LINE, and POINT values for vector data and 
+  When using raster data (images) we use the value RASTER for the parameter
+  TYPE, as opposed to the POLYGON, LINE, and POINT values for vector data and
   ANNOTATION for label IDs.
 
 **PROCESSING "BANDS=1,2,3"**



More information about the mapserver-commits mailing list