[mapserver-commits] r8250 - in trunk/mapserver_demos/samples: . hello_world

svn at osgeo.org svn at osgeo.org
Wed Dec 17 00:27:23 EST 2008


Author: sdlime
Date: 2008-12-17 00:27:23 -0500 (Wed, 17 Dec 2008)
New Revision: 8250

Modified:
   trunk/mapserver_demos/samples/hello_world/index.html
   trunk/mapserver_demos/samples/samples.js
Log:
Minor edits...

Modified: trunk/mapserver_demos/samples/hello_world/index.html
===================================================================
--- trunk/mapserver_demos/samples/hello_world/index.html	2008-12-17 05:22:44 UTC (rev 8249)
+++ trunk/mapserver_demos/samples/hello_world/index.html	2008-12-17 05:27:23 UTC (rev 8250)
@@ -11,7 +11,8 @@
 
       <div class="content"><span class="content_label">Files:</span> <a class="file" href="sample.map">sample.map</a></div>
 
-      <div class="content"><span class="content_label">Notes:</span> The classic <em>hello world</em> example. Highlights inline features.</div> 
+      <div class="content"><span class="content_label">Notes:</span> The classic <em>hello world</em> example. Highlights inline features, annotation layers
+      and basic labeling.</div> 
 
       <div class="content"><span class="content_label">Output:</span><br/>
 <script language="javascript">

Modified: trunk/mapserver_demos/samples/samples.js
===================================================================
--- trunk/mapserver_demos/samples/samples.js	2008-12-17 05:22:44 UTC (rev 8249)
+++ trunk/mapserver_demos/samples/samples.js	2008-12-17 05:27:23 UTC (rev 8250)
@@ -3,15 +3,15 @@
                {title: 'Hello World',
                 url: 'hello_world/index.html',
                 description: 'Places the text \'Hello World!\" in an image.',
-                keywords: ['inline features', 'annotation']},
+                keywords: ['inline feature', 'annotation layer', 'labeling']},
                {title: 'Relative Positioning',
                 url: 'relative_positioning/index.html',
                 description: 'Positioning of features relative to places in an image (e.g. lower left corner).',
-                keywords: ['inline features', 'relative position']},
+                keywords: ['inline feature', 'relative position', 'labeling']},
 	       {title: 'Simple Lines',
                 url: 'simple_lines/index.html',
                 description: 'Drawing of simple linear features.',
-                keywords: ['inline features', 'line layers']},
+                keywords: ['inline feature', 'line layer']},
 ];
 
 function launchSample(i) {



More information about the mapserver-commits mailing list