[mapserver-commits] r10415 - trunk/docs/en/mapfile
svn at osgeo.org
svn at osgeo.org
Thu Jul 29 15:03:38 EDT 2010
Author: jmckenna
Date: 2010-07-29 19:03:38 +0000 (Thu, 29 Jul 2010)
New Revision: 10415
Modified:
trunk/docs/en/mapfile/layer.txt
Log:
add min/maxgeowidth parameters (ticket:2738)
Modified: trunk/docs/en/mapfile/layer.txt
===================================================================
--- trunk/docs/en/mapfile/layer.txt 2010-07-29 18:58:02 UTC (rev 10414)
+++ trunk/docs/en/mapfile/layer.txt 2010-07-29 19:03:38 UTC (rev 10415)
@@ -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
@@ -312,6 +322,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
denominator of the actual scale fraction, for example for a map at a scale
More information about the mapserver-commits
mailing list