[mapserver-commits] r11987 - branches/branch-6-0/docs/en/mapscript/php trunk/docs/en/mapscript/php

svn at osgeo.org svn at osgeo.org
Wed Aug 3 17:56:48 EDT 2011


Author: havatv
Date: 2011-08-03 14:56:48 -0700 (Wed, 03 Aug 2011)
New Revision: 11987

Modified:
   branches/branch-6-0/docs/en/mapscript/php/index.txt
   trunk/docs/en/mapscript/php/index.txt
Log:
Removed autoangle and anglefollow from labelobj and added anglemode in the PHP mapscript documentation (#3953).

Modified: branches/branch-6-0/docs/en/mapscript/php/index.txt
===================================================================
--- branches/branch-6-0/docs/en/mapscript/php/index.txt	2011-08-03 21:34:11 UTC (rev 11986)
+++ branches/branch-6-0/docs/en/mapscript/php/index.txt	2011-08-03 21:56:48 UTC (rev 11987)
@@ -598,9 +598,9 @@
 Members
 ...............................................................................
 
-=============== ====================================================================
+=============== ============================================================
 Type                Name
-=============== ====================================================================
+=============== ============================================================
 string          font
 int             type
 colorObj        color
@@ -620,8 +620,7 @@
 int             offsetx
 int             offsety
 double          angle
-int             autoangle
-int             autofollow
+int             anglemode
 int             buffer
 int             antialias
 int             wrap
@@ -636,7 +635,7 @@
 int             maxlength
 int             minlength
 int             priority
-=============== ====================================================================
+=============== ============================================================
 
 Methods
 ...............................................................................
@@ -2548,7 +2547,7 @@
 void free()
     Free the object properties and break the internal references. 
     Note that you have to unset the php variable to free totally the resources.
-    
+
 .. _phpclusterobj:
 
 clusterObj

Modified: trunk/docs/en/mapscript/php/index.txt
===================================================================
--- trunk/docs/en/mapscript/php/index.txt	2011-08-03 21:34:11 UTC (rev 11986)
+++ trunk/docs/en/mapscript/php/index.txt	2011-08-03 21:56:48 UTC (rev 11987)
@@ -598,9 +598,9 @@
 Members
 ...............................................................................
 
-=============== ====================================================================
+=============== ============================================================
 Type                Name
-=============== ====================================================================
+=============== ============================================================
 string          font
 int             type
 colorObj        color
@@ -620,8 +620,7 @@
 int             offsetx
 int             offsety
 double          angle
-int             autoangle
-int             autofollow
+int             anglemode
 int             buffer
 int             antialias
 int             wrap
@@ -636,7 +635,7 @@
 int             maxlength
 int             minlength
 int             priority
-=============== ====================================================================
+=============== ============================================================
 
 Methods
 ...............................................................................



More information about the mapserver-commits mailing list