[mapserver-commits] r13300 - branches/branch-6-0/docs/en/output
svn at osgeo.org
svn at osgeo.org
Fri Mar 23 14:14:29 EDT 2012
Author: jmckenna
Date: 2012-03-23 11:14:29 -0700 (Fri, 23 Mar 2012)
New Revision: 13300
Modified:
branches/branch-6-0/docs/en/output/html_legend.txt
Log:
revive very old html legend demo http://demo.mapserver.org/itasca_legend/
Modified: branches/branch-6-0/docs/en/output/html_legend.txt
===================================================================
--- branches/branch-6-0/docs/en/output/html_legend.txt 2012-03-23 18:12:05 UTC (rev 13299)
+++ branches/branch-6-0/docs/en/output/html_legend.txt 2012-03-23 18:14:29 UTC (rev 13300)
@@ -4,14 +4,12 @@
HTML Legends with MapServer
*****************************************************************************
-:Author: Jeff McKenna
-:Contact: jmckenna at gatewaygeomatics.com
-:Revision: $Revision$
-:Date: $Date$
-:Last Updated: 2006/01/09
+:Author: Jeff McKenna
+:Contact: jmckenna at gatewaygeomatics.com
+:Last Updated: 2012-03-23
-.. contents::
- :depth: 2
+.. contents:: Table of Contents
+ :depth: 3
:backlinks: top
@@ -48,7 +46,7 @@
*Example 1. Sample Legend Object with the new TEMPLATE parameter*
-::
+.. code-block:: mapfile
...
# LEGEND object
@@ -84,7 +82,7 @@
*Example 2. [legend] tag in the main HTML template (with TEMPLATE set)*
-::
+.. code-block:: html
...
<FONT SIZE=+1><B>Legend</B></FONT><BR><HR>[legend]<HR>
@@ -93,7 +91,7 @@
*Example 3. [legend] tag in the main HTML template (with TEMPLATE not set)*
-::
+.. code-block:: html
...
<FONT SIZE=+1><B>Legend</B></FONT><BR><HR><IMG SRC="[legend]"><HR>
@@ -543,7 +541,7 @@
Sample Site Using the HTML Legend
=================================
-http://www2.dmsolutions.ca/msapps/itasca_legend/demo_init.html
+http://demo.mapserver.org/itasca_legend/
This demo is based on the MapServer Itasca demo and contains several variations
of HTML Legends, some of which are listed below:
More information about the mapserver-commits
mailing list