[mapserver-commits] r12495 - branches/branch-6-0/docs/en/output
trunk/docs/en/output
svn at osgeo.org
svn at osgeo.org
Sun Aug 28 02:52:29 EDT 2011
Author: havatv
Date: 2011-08-27 23:52:29 -0700 (Sat, 27 Aug 2011)
New Revision: 12495
Modified:
branches/branch-6-0/docs/en/output/html_legend.txt
trunk/docs/en/output/html_legend.txt
Log:
Added documentation for layer_queryable to html_legend (#2980)
Modified: branches/branch-6-0/docs/en/output/html_legend.txt
===================================================================
--- branches/branch-6-0/docs/en/output/html_legend.txt 2011-08-26 11:32:05 UTC (rev 12494)
+++ branches/branch-6-0/docs/en/output/html_legend.txt 2011-08-28 06:52:29 UTC (rev 12495)
@@ -463,6 +463,11 @@
- [if name=any_web_metadata value=...] ... [/if]
+- [if name=layer_queryable value=...] ... [/if]
+
+ value is the queryability of the first layer in the group: 0=NOT
+ QUERYABLE, 1=QUERYABLE
+
In a **[leg_layer_html]** context:
- [if name=layer_status value=...] ... [/if]
@@ -490,6 +495,11 @@
- [if name=any_web_metadata value=...] ... [/if]
+- [if name=layer_queryable value=...] ... [/if]
+
+ value is the queryability of the layer: 0=NOT QUERYABLE,
+ 1=QUERYABLE
+
In a **[leg_class_html]** context:
- [if name=layer_status value=...] ... [/if]
@@ -519,6 +529,11 @@
- [if name=any_web_metadata value=...] ... [/if]
+- [if name=layer_queryable value=...] ... [/if]
+
+ value is the queryability of the layer: 0=NOT QUERYABLE,
+ 1=QUERYABLE
+
Sample Site Using the HTML Legend
=================================
Modified: trunk/docs/en/output/html_legend.txt
===================================================================
--- trunk/docs/en/output/html_legend.txt 2011-08-26 11:32:05 UTC (rev 12494)
+++ trunk/docs/en/output/html_legend.txt 2011-08-28 06:52:29 UTC (rev 12495)
@@ -463,6 +463,11 @@
- [if name=any_web_metadata value=...] ... [/if]
+- [if name=layer_queryable value=...] ... [/if]
+
+ value is the queryability of the first layer in the group: 0=NOT
+ QUERYABLE, 1=QUERYABLE
+
In a **[leg_layer_html]** context:
- [if name=layer_status value=...] ... [/if]
@@ -490,6 +495,11 @@
- [if name=any_web_metadata value=...] ... [/if]
+- [if name=layer_queryable value=...] ... [/if]
+
+ value is the queryability of the layer: 0=NOT QUERYABLE,
+ 1=QUERYABLE
+
In a **[leg_class_html]** context:
- [if name=layer_status value=...] ... [/if]
@@ -519,6 +529,11 @@
- [if name=any_web_metadata value=...] ... [/if]
+- [if name=layer_queryable value=...] ... [/if]
+
+ value is the queryability of the layer: 0=NOT QUERYABLE,
+ 1=QUERYABLE
+
Sample Site Using the HTML Legend
=================================
More information about the mapserver-commits
mailing list