[mapserver-commits] r10790 - trunk/docs/en/output

svn at osgeo.org svn at osgeo.org
Thu Dec 9 09:11:42 EST 2010


Author: assefa
Date: 2010-12-09 06:11:42 -0800 (Thu, 09 Dec 2010)
New Revision: 10790

Modified:
   trunk/docs/en/output/kml_output.txt
Log:
add support to use attributes as z values (#3633)

Modified: trunk/docs/en/output/kml_output.txt
===================================================================
--- trunk/docs/en/output/kml_output.txt	2010-12-09 14:10:15 UTC (rev 10789)
+++ trunk/docs/en/output/kml_output.txt	2010-12-09 14:11:42 UTC (rev 10790)
@@ -215,9 +215,9 @@
 - The user can use metadata KML_ALTITUDEMODE to specify how altitude components in the <coordinates> element are interpreted. Possible values are: absolute, relativeToGround, clampToGround. http://code.google.com/apis/kml/documentation/kmlreference.html#altitudemode
 - The user can use metedata KML_EXTRUDE to specify whether to connect the LinearRing to the ground. http://code.google.com/apis/kml/documentation/kmlreference.html#tessellate
 - The user can use metedata KML_TESSELLATE to specify whether to allow the LinearRing to follow the terrain. http://code.google.com/apis/kml/documentation/kmlreference.html#extrude
+- The user can specify an attribute to be used as the elevation value using a layer level metedata: 'kml_elevation_attribute' '<Name of attribute>'. The value will be used as the z value when the coordinates are written.
 
 
-
 Point Layers
 ~~~~~~~~~~~~
 



More information about the mapserver-commits mailing list