[mapserver-commits] r11353 - in trunk: docs/en/output mapserver
svn at osgeo.org
svn at osgeo.org
Mon Mar 28 14:45:58 EDT 2011
Author: assefa
Date: 2011-03-28 11:45:58 -0700 (Mon, 28 Mar 2011)
New Revision: 11353
Modified:
trunk/docs/en/output/kml_output.txt
trunk/mapserver/HISTORY.TXT
Log:
Output ExtendedData (#3728)
Modified: trunk/docs/en/output/kml_output.txt
===================================================================
--- trunk/docs/en/output/kml_output.txt 2011-03-28 18:43:54 UTC (rev 11352)
+++ trunk/docs/en/output/kml_output.txt 2011-03-28 18:45:58 UTC (rev 11353)
@@ -185,7 +185,7 @@
+-------------------+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Snippet | No | This is a short description the feature. If needed It could be supported. |
+-------------------+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| description | Yes | This information is what appears in the description balloon when the user clicks on the feature. The <description> element supports plain text as well as a subset of HTML formatting elements.Two ways of defining the description: |
+| description | Yes | This information is what appears in the description balloon when the user clicks on the feature. The <description> element supports plain text as well as a subset of HTML formatting elements. Used when KML/OWS_DESCRIPTION is defined |
+-------------------+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| AbstractView | No | |
+-------------------+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@@ -199,6 +199,9 @@
+-------------------+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Metadata | No | |
+-------------------+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| ExtendedData | Yes | Used when KML/OWS_INCLUDE_ITEMS is defined |
++-------------------+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
++-------------------+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Geometry | Yes | Depends on the layer type |
+-------------------+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@@ -211,7 +214,7 @@
- Projection block should be set. If not set It will be assumed that the data is in lat/lon projection (a debug message will be sent to the user: Debug Message 1)
- 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 metadata KML/OWS_DESCRIPTION or KML/OWS_INCLUDE_ITEMS to define the description attached to each feature. If KML/OWS_DESCRIPTION are defined, the <description> tag of the Placemark will be used. If KML/OWS_INCLUDE_ITEMS, the <ExtendedData> tag will be used.
- 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
Modified: trunk/mapserver/HISTORY.TXT
===================================================================
--- trunk/mapserver/HISTORY.TXT 2011-03-28 18:43:54 UTC (rev 11352)
+++ trunk/mapserver/HISTORY.TXT 2011-03-28 18:45:58 UTC (rev 11353)
@@ -15,6 +15,8 @@
Current Version (SVN trunk):
----------------------------
+- KML: Output ExtendedData (#3728)
+
- Fixed OWS usage of multiple layers with same name (#3778)
- WCS implementation should not lookup wms_* metadata (#3779)
More information about the mapserver-commits
mailing list