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

svn at osgeo.org svn at osgeo.org
Mon Mar 9 09:57:47 EDT 2009


Author: pnaciona
Date: 2009-03-09 09:57:47 -0400 (Mon, 09 Mar 2009)
New Revision: 8690

Added:
   trunk/docs/tutorial/section1.html
Log:
Add tutorial section 1

Added: trunk/docs/tutorial/section1.html
===================================================================
--- trunk/docs/tutorial/section1.html	                        (rev 0)
+++ trunk/docs/tutorial/section1.html	2009-03-09 13:57:47 UTC (rev 8690)
@@ -0,0 +1,61 @@
+<html>
+  <head>
+    <title>MapServer 5.x Tutorial</title>
+    <link type="text/css" rel="stylesheet" href="ms35.css" />
+  </head>
+  <body bgcolor="#ffffff">
+    <table align="center" width="600" border="0">
+      <tr>
+        <td>
+          <h1 align="center">MapServer 5.x Tutorial</h1>
+          <h3 align="center">Section 1: Static Maps and the MapFile</h3>
+          <p>Take a shapefile. Any shapefile. We can use MapServer to display  
+            that shapefile on a web browser. Look...<br>
+            <a href="example1-1.html">Example 1.1 - A map with a single    
+              layer</a>
+          </p>
+          <p>We can display the same shapefile repeatedly. We can display the  
+            polygon attributes on one LAYER and and the line attributes on 
+            another... <br><a href="example1-2.html">Example 1.2 - A map with 
+            two layers</a>
+          </p>
+          <p>And we can select which parts of the shapefile to display. We do 
+            this using the CLASS object... <br>
+            <a href="example1-3.html"> Example 1.3 - Using classes to make a 
+            &quot;useful&quot; map</a>
+          </p>
+          <p>We can also label our maps...<br><a href="example1-4.html"> 
+            Example 1.4 - Labeling layers and label layers</a>
+          </p>
+          <p>Or add raster data such as satellite images, aerial photographs, or 
+            shaded reliefs...<br><a href="example1-5.html">Example 1.5- Adding a 
+            raster layer</a>
+          </p>
+          <p>We can reproject our data from just about any projection to just 
+            about any...  Yeah, check it out!<br>
+            <a href="example1-6.html">Example 1.6 - Projection/Reprojection</a>
+          </p>
+          <p>And we can use layers from other map servers on the internet (as 
+            long as they are WMS servers)...<br>
+            <a href="example1-7.html">Example 1.7- Adding a WMS layer</a>
+          </p>
+          <p>MapServer can output to various formats such as PDF and GeoTIFF.<br>
+            <a href="example1-8.html"> Example 1.8 - A different output 
+              format</a> 
+          </p>
+          <p>MapServer not only generates static maps, it can also create  
+            interactive maps... <br>
+            <a 
+              href="/cgi-bin/mapserv.exe?map=/ms4w/apps/tutorial/htdocs/example1-9.map&layer=states&layer=modis">Example 1.9- The difference between map and browse mode</a>
+          </p>
+          <hr size="1">
+          <p class="Small" align="center">
+            <a href="sections.html">Back to Sections Page</a> | 
+            <a href="example1-1.html">Proceed to the First Example</a> | 
+            <a href="section2.html">Go to Section 2</a>
+          </p>
+        </td>
+      </tr>
+    </table>  
+  </body>
+</html>



More information about the mapserver-commits mailing list