[mapserver-commits] r11466 - trunk/docs/en/mapscript/php

svn at osgeo.org svn at osgeo.org
Tue Apr 5 11:27:16 EDT 2011


Author: aboudreault
Date: 2011-04-05 08:27:16 -0700 (Tue, 05 Apr 2011)
New Revision: 11466

Modified:
   trunk/docs/en/mapscript/php/index.txt
Log:
Updated documentation of PHP/MapScript with the new object properties (#3537)

Modified: trunk/docs/en/mapscript/php/index.txt
===================================================================
--- trunk/docs/en/mapscript/php/index.txt	2011-04-05 15:18:00 UTC (rev 11465)
+++ trunk/docs/en/mapscript/php/index.txt	2011-04-05 15:27:16 UTC (rev 11466)
@@ -136,7 +136,7 @@
 Image Mode types (:ref:`outputFormatObj <outputformat>`)
     MS_IMAGEMODE_PC256, MS_IMAGEMODE_RGB, MS_IMAGEMODE_RGBA, 
     MS_IMAGEMODE_INT16, MS_IMAGEMODE_FLOAT32, MS_IMAGEMODE_BYTE, 
-    MS_IMAGEMODE_NULL
+    MS_IMAGEMODE_FEATURE, MS_IMAGEMODE_NULL
 
 Style/Attribue binding
     MS_STYLE_BINDING_SIZE,  MS_STYLE_BINDING_ANGLE, MS_STYLE_BINDING_COLOR,
@@ -145,7 +145,8 @@
 Label/Attribute binding
     MS_LABEL_BINDING_SIZE, MS_LABEL_BINDING_ANGLE, MS_LABEL_BINDING_COLOR,
     MS_LABEL_BINDING_OUTLINECOLOR, MS_LABEL_BINDING_FONT, 
-    MS_LABEL_BINDING_PRIORITY 
+    MS_LABEL_BINDING_PRIORITY, MS_LABEL_BINDING_POSITION, 
+    MS_LABEL_BINDING_SHADOWSIZEX, MS_LABEL_BINDING_SHADOWSIZEY 
 
 Alignment
     MS_ALIGN_LEFT, MS_ALIGN_CENTER, MS_ALIGN_RIGHT
@@ -503,6 +504,8 @@
 =============== ====================================================================
 int             width     (read-only)
 int             height    (read-only)
+int             resolution    (read-only)
+int             resolutionfactor    (read-only)
 string          imagepath
 string          imageurl
 =============== ====================================================================
@@ -559,6 +562,7 @@
 int             numstyles (Read-Only)
 int             shapeindex (Read-Only)
 int             status (Read-Only)
+int             markerid (Read-Only)
 string          text (Read-Only)
 int             tileindex (Read-Only)
 =============== ====================================================================
@@ -722,6 +726,7 @@
 double          labelminscaledenom
 double          labelmaxscaledenom
 int             maxfeatures
+int             startindex
 colorObj        offsite
 int             annotate
 int             transform
@@ -743,6 +748,7 @@
 string          requires
 string          labelrequires
 hashTableObj    metadata
+hashTableObj    bindvals
 projectionObj   projection
 clusterObj      cluster
 =============== ====================================================================
@@ -2512,6 +2518,7 @@
 =============== ====================================================================
 string          log
 string          imagepath
+string          temppath
 string          template      
 string          imageurl
 string          header



More information about the mapserver-commits mailing list