[fusion-commits] r2797 - trunk/widgets/widgetinfo
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Thu Oct 17 22:41:37 PDT 2013
Author: jng
Date: 2013-10-17 22:41:37 -0700 (Thu, 17 Oct 2013)
New Revision: 2797
Modified:
trunk/widgets/widgetinfo/redline.xml
Log:
#600: Improve the redline widgetinfo documentation
Modified: trunk/widgets/widgetinfo/redline.xml
===================================================================
--- trunk/widgets/widgetinfo/redline.xml 2013-10-18 05:22:33 UTC (rev 2796)
+++ trunk/widgets/widgetinfo/redline.xml 2013-10-18 05:41:37 UTC (rev 2797)
@@ -35,7 +35,7 @@
</Parameter>
<Parameter>
<Name>DataStoreFormat</Name>
- <Description>The default data store format</Description>
+ <Description>The default data store format. Valid values include: SDF, SHP or SQLite</Description>
<Type>String</Type>
<Label>DataStoreFormat</Label>
<AllowedValue>
@@ -55,7 +55,7 @@
</Parameter>
<Parameter>
<Name>RedlineGeometryFormat</Name>
- <Description>The types of redline geometry that the user can record. If the data store is SHP, only one geometry type can be specified</Description>
+ <Description>The types of redline geometry that the user can record. If the data store is SHP, only one geometry type can be specified. Value is a bitmask of any of the following values: (1=point, 2=line, 4=polygon)</Description>
<Type>integer</Type>
<Label>RedlineGeometryFormat</Label>
<AllowedValue>
More information about the fusion-commits
mailing list