[mapserver-commits] r11539 - trunk/docs/en/mapfile
svn at osgeo.org
svn at osgeo.org
Tue Apr 12 07:27:38 EDT 2011
Author: jmckenna
Date: 2011-04-12 04:27:38 -0700 (Tue, 12 Apr 2011)
New Revision: 11539
Modified:
trunk/docs/en/mapfile/layer.txt
trunk/docs/en/mapfile/union.txt
Log:
minor change to union doc
Modified: trunk/docs/en/mapfile/layer.txt
===================================================================
--- trunk/docs/en/mapfile/layer.txt 2011-04-12 11:22:58 UTC (rev 11538)
+++ trunk/docs/en/mapfile/layer.txt 2011-04-12 11:27:38 UTC (rev 11539)
@@ -58,7 +58,8 @@
.. seealso::
See :ref:`vector` for specific connection information for various
- data sources.
+ data sources. See :ref:`union` for combining layers, added in MapServer
+ 6.0
.. note::
Modified: trunk/docs/en/mapfile/union.txt
===================================================================
--- trunk/docs/en/mapfile/union.txt 2011-04-12 11:22:58 UTC (rev 11538)
+++ trunk/docs/en/mapfile/union.txt 2011-04-12 11:27:38 UTC (rev 11539)
@@ -114,6 +114,12 @@
.. code-block:: mapfile
+ MAP
+ ...
+ PROJECTION
+ "init=epsg:3978"
+ END
+ ...
LAYER
NAME 'unioned'
TYPE POLYGON
@@ -175,4 +181,6 @@
PROJECTION
"init=epsg:4326"
END
- END
\ No newline at end of file
+ END
+
+ END # Map
\ No newline at end of file
More information about the mapserver-commits
mailing list