[mapserver-commits] r11476 - in trunk/docs/en/mapscript: . php
svn at osgeo.org
svn at osgeo.org
Wed Apr 6 07:25:40 EDT 2011
Author: havatv
Date: 2011-04-06 04:25:40 -0700 (Wed, 06 Apr 2011)
New Revision: 11476
Modified:
trunk/docs/en/mapscript/mapscript.txt
trunk/docs/en/mapscript/php/index.txt
trunk/docs/en/mapscript/variables.txt
Log:
Removed references to the CARTOLINE keywords from the mapscript docs - #3798. Also tried to remove some of the deprecated elements of the symbol object (#3797) in the mapscript docs.
Modified: trunk/docs/en/mapscript/mapscript.txt
===================================================================
--- trunk/docs/en/mapscript/mapscript.txt 2011-04-06 10:39:21 UTC (rev 11475)
+++ trunk/docs/en/mapscript/mapscript.txt 2011-04-06 11:25:40 UTC (rev 11476)
@@ -2627,7 +2627,7 @@
Angle is given in degrees with 0 meaning no rotation.
antialias : int
- MS_TRUE or MS_FALSE. Should TrueType fonts and Cartoline symbols be antialiased.
+ MS_TRUE or MS_FALSE. Should TrueType fonts be antialiased.
backgroundcolor : colorObj_
Background pen color.
@@ -2740,7 +2740,7 @@
For TrueType symbols.
gap : int
- **TODO** what is this?
+ Moved to STYLE
imagepath : string
Path to pixmap file.
@@ -2750,13 +2750,13 @@
Added in MapServer 5.6.1
linecap : int
- **TODO** unsure about the cartoline attributes.
+ Moved to STYLE
linejoin : int
- **TODO**
+ Moved to STYLE
linejoinmaxsize : float
- **TODO**
+ Moved to STYLE
name : string
Symbol name
@@ -2765,7 +2765,7 @@
Number of points of a vector symbol.
position : int
- **TODO** ?
+ No more available?
sizex : float
**TODO** what is this?
@@ -2784,7 +2784,7 @@
type : int
MS_SYMBOL_SIMPLE, MS_SYMBOL_VECTOR, MS_SYMBOL_ELLIPSE, MS_SYMBOL_PIXMAP,
- MS_SYMBOL_TRUETYPE, or MS_SYMBOL_CARTOLINE.
+ or MS_SYMBOL_TRUETYPE.
symbolObj Methods
-----------------
Modified: trunk/docs/en/mapscript/php/index.txt
===================================================================
--- trunk/docs/en/mapscript/php/index.txt 2011-04-06 10:39:21 UTC (rev 11475)
+++ trunk/docs/en/mapscript/php/index.txt 2011-04-06 11:25:40 UTC (rev 11476)
@@ -131,7 +131,7 @@
Symbol types
MS_SYMBOL_SIMPLE, MS_SYMBOL_VECTOR, MS_SYMBOL_ELLIPSE,
- MS_SYMBOL_PIXMAP, MS_SYMBOL_TRUETYPE, MS_SYMBOL_CARTOLINE
+ MS_SYMBOL_PIXMAP, MS_SYMBOL_TRUETYPE
Image Mode types (:ref:`outputFormatObj <outputformat>`)
MS_IMAGEMODE_PC256, MS_IMAGEMODE_RGB, MS_IMAGEMODE_RGBA,
Modified: trunk/docs/en/mapscript/variables.txt
===================================================================
--- trunk/docs/en/mapscript/variables.txt 2011-04-06 10:39:21 UTC (rev 11475)
+++ trunk/docs/en/mapscript/variables.txt 2011-04-06 11:25:40 UTC (rev 11476)
@@ -309,7 +309,6 @@
MS_SYMBOL_ELLIPSE integer
MS_SYMBOL_PIXMAP integer
MS_SYMBOL_TRUETYPE integer
- MS_SYMBOL_CARTOLINE integer
========================== ============ ===========
-----------------------------------------------------------------------------
More information about the mapserver-commits
mailing list