[mapserver-commits] r10414 - branches/branch-5-6/docs/en/mapfile

svn at osgeo.org svn at osgeo.org
Thu Jul 29 14:58:02 EDT 2010


Author: jmckenna
Date: 2010-07-29 18:58:02 +0000 (Thu, 29 Jul 2010)
New Revision: 10414

Modified:
   branches/branch-5-6/docs/en/mapfile/layer.txt
Log:
add min/maxgeowidth parameters (ticket:2738)

Modified: branches/branch-5-6/docs/en/mapfile/layer.txt
===================================================================
--- branches/branch-5-6/docs/en/mapfile/layer.txt	2010-07-29 16:05:55 UTC (rev 10413)
+++ branches/branch-5-6/docs/en/mapfile/layer.txt	2010-07-29 18:58:02 UTC (rev 10414)
@@ -275,6 +275,16 @@
 
 .. index::
     pair: MAXSCALEDENOM; LAYER
+    
+MAXGEOWIDTH [double]
+    Maximum width, in the map's geographic units, at which this LAYER is drawn.  
+    If MAXSCALEDENOM is also specified then MAXSCALEDENOM will be used instead. 
+    *(added in MapServer 5.4.0)*
+    
+    The width of a map in geographic units can be found by calculating the
+    following from the extents::
+    
+      [maxx] - [minx]
 
 MAXSCALEDENOM [double]
     Maximum scale at which this LAYER is drawn.  Scale is given as the
@@ -311,6 +321,16 @@
 
 .. index::
     pair: MINSCALEDENOM; LAYER
+    
+MINGEOWIDTH [double]
+    Minimum width, in the map's geographic units, at which this LAYER is drawn.  
+    If MINSCALEDENOM is also specified then MINSCALEDENOM will be used instead. 
+    *(added in MapServer 5.4.0)*   
+    
+    The width of a map in geographic units can be found by calculating the
+    following from the extents::
+    
+      [maxx] - [minx]    
 
 MINSCALEDENOM [double]
     Minimum scale at which this LAYER is drawn.  Scale is given as the



More information about the mapserver-commits mailing list