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

svn at osgeo.org svn at osgeo.org
Sat Mar 24 17:26:05 EDT 2012


Author: havatv
Date: 2012-03-24 14:26:05 -0700 (Sat, 24 Mar 2012)
New Revision: 13302

Modified:
   branches/branch-6-0/docs/en/mapscript/php/index.txt
   trunk/docs/en/mapscript/php/index.txt
Log:
Removed the scaledenom parameter from getClassIndex in the php mapscript documentation (#4119).

Modified: branches/branch-6-0/docs/en/mapscript/php/index.txt
===================================================================
--- branches/branch-6-0/docs/en/mapscript/php/index.txt	2012-03-24 08:29:37 UTC (rev 13301)
+++ branches/branch-6-0/docs/en/mapscript/php/index.txt	2012-03-24 21:26:05 UTC (rev 13302)
@@ -879,7 +879,7 @@
 classObj getClass(int classIndex)
     Returns a classObj from the layer given an index value (0=first class)
 
-int getClassIndex(shape, scaledenom [, classgroup,  numclasses])
+int getClassIndex(shape [, classgroup,  numclasses])
     Get the class index of a shape for a given scale. Returns -1 if no
     class matches. classgroup is an array of class ids to check
     (Optionnal). numclasses is the number of classes that the classgroup

Modified: trunk/docs/en/mapscript/php/index.txt
===================================================================
--- trunk/docs/en/mapscript/php/index.txt	2012-03-24 08:29:37 UTC (rev 13301)
+++ trunk/docs/en/mapscript/php/index.txt	2012-03-24 21:26:05 UTC (rev 13302)
@@ -879,7 +879,7 @@
 classObj getClass(int classIndex)
     Returns a classObj from the layer given an index value (0=first class)
 
-int getClassIndex(shape, scaledenom [, classgroup,  numclasses])
+int getClassIndex(shape [, classgroup,  numclasses])
     Get the class index of a shape for a given scale. Returns -1 if no
     class matches. classgroup is an array of class ids to check
     (Optionnal). numclasses is the number of classes that the classgroup



More information about the mapserver-commits mailing list