[mapserver-commits] r9360 - trunk/docs/en

svn at osgeo.org svn at osgeo.org
Thu Oct 1 05:56:54 EDT 2009


Author: tbonfort
Date: 2009-10-01 05:56:53 -0400 (Thu, 01 Oct 2009)
New Revision: 9360

Modified:
   trunk/docs/en/introduction.txt
Log:
fix missing MAP...END block in introduction doc (#3141)


Modified: trunk/docs/en/introduction.txt
===================================================================
--- trunk/docs/en/introduction.txt	2009-10-01 03:27:54 UTC (rev 9359)
+++ trunk/docs/en/introduction.txt	2009-10-01 09:56:53 UTC (rev 9360)
@@ -257,32 +257,34 @@
 
 .. code-block:: mapfile
 
-    NAME "sample"
-    STATUS ON
-    SIZE 600 400
-    SYMBOLSET "../etc/symbols.txt"
-    EXTENT -180 -90 180 90 
-    UNITS DD
-    SHAPEPATH "../data"
-    IMAGECOLOR 255 255 255
-    FONTSET "../etc/fonts.txt"
-    
-    #
-    # Start of web interface definition
-    #
-    WEB
-        IMAGEPATH "/ms4w/tmp/ms_tmp/" 
-        IMAGEURL "/ms_tmp/"
-    END
+    MAP
+        NAME "sample"
+        STATUS ON
+        SIZE 600 400
+        SYMBOLSET "../etc/symbols.txt"
+        EXTENT -180 -90 180 90 
+        UNITS DD
+        SHAPEPATH "../data"
+        IMAGECOLOR 255 255 255
+        FONTSET "../etc/fonts.txt"
+        
+        #
+        # Start of web interface definition
+        #
+        WEB
+            IMAGEPATH "/ms4w/tmp/ms_tmp/" 
+            IMAGEURL "/ms_tmp/"
+        END
 
-    #
-    # Start of layer definitions
-    #
-    LAYER
-        NAME 'global-raster
-        TYPE RASTER
-        STATUS DEFAULT
-        DATA bluemarble.gif
+        #
+        # Start of layer definitions
+        #
+        LAYER
+            NAME 'global-raster
+            TYPE RASTER
+            STATUS DEFAULT
+            DATA bluemarble.gif
+        END
     END
 
 .. figure:: ./images/bluemarble-rendered.jpg
@@ -828,4 +830,4 @@
 
 `Mapping Hacks <http://www.oreilly.com/catalog/mappinghks/>`__ ,  by Schuyler Erle, Rich Gibson, and Jo Walsh, creatively demonstrates digital mapping tools and concepts.  MapServer only appears in a handful of the 100 hacks, but many more are useful for concepts and inspiration.  
 
-`Beginning MapServer: Opensource GIS Development <http://www.apress.com/book/bookDisplay.html?bID=443>`__ ,  by Bill Kropla, is a new book focusing on MapServer.  So new, I haven't seen it yet.  According to the publisher, it covers installation and configuration, basic MapServer topics and features, incorporation of dynamic data, advanced topics, MapScript, and the creation of an actual application.
\ No newline at end of file
+`Beginning MapServer: Opensource GIS Development <http://www.apress.com/book/bookDisplay.html?bID=443>`__ ,  by Bill Kropla, is a new book focusing on MapServer.  So new, I haven't seen it yet.  According to the publisher, it covers installation and configuration, basic MapServer topics and features, incorporation of dynamic data, advanced topics, MapScript, and the creation of an actual application.



More information about the mapserver-commits mailing list