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

svn at osgeo.org svn at osgeo.org
Fri Mar 11 12:16:45 EST 2011


Author: assefa
Date: 2011-03-11 09:16:45 -0800 (Fri, 11 Mar 2011)
New Revision: 11153

Modified:
   trunk/docs/en/output/kml_output.txt
Log:
possiblity to us kml_name_item (#3728)

Modified: trunk/docs/en/output/kml_output.txt
===================================================================
--- trunk/docs/en/output/kml_output.txt	2011-03-11 17:14:23 UTC (rev 11152)
+++ trunk/docs/en/output/kml_output.txt	2011-03-11 17:16:45 UTC (rev 11153)
@@ -212,6 +212,7 @@
 - Possible to output vector layers as raster using metadata:  "KML_OUTPUTASRASTER" "true"
 - The user  can use the KML_FOLDER_DSIPLAY layer or map level metedata to choose a setting. Possible values are 'check' (default), 'radioFolder', 'checkOffOnly', 'checkHideChildren'.
 - The user can use metadata KML/OWS_DESCRIPTION or KML/OWS_INCLUDE_ITEMS to define the description attached to each feature.
+- The user can use the metadata KML_NAME_ITEM to indicate the field name to be used a a name tag for each feature.
 - 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



More information about the mapserver-commits mailing list