[mapserver-commits] r12896 - branches/branch-6-0/docs/en/output
trunk/docs/en/output
svn at osgeo.org
svn at osgeo.org
Wed Dec 14 03:16:23 EST 2011
Author: havatv
Date: 2011-12-14 00:16:23 -0800 (Wed, 14 Dec 2011)
New Revision: 12896
Modified:
branches/branch-6-0/docs/en/output/template_output.txt
trunk/docs/en/output/template_output.txt
Log:
Changed single quotes to double quotes in the template_output document (#4123).
Modified: branches/branch-6-0/docs/en/output/template_output.txt
===================================================================
--- branches/branch-6-0/docs/en/output/template_output.txt 2011-12-13 17:20:18 UTC (rev 12895)
+++ branches/branch-6-0/docs/en/output/template_output.txt 2011-12-14 08:16:23 UTC (rev 12896)
@@ -200,7 +200,7 @@
{
"type": "FeatureCollection",
"features": [
- [feature trimlast=',']
+ [feature trimlast=","]
{
"type": "Feature",
"id": "[id]",
@@ -298,7 +298,7 @@
[resultset layer=parks]
<Folder>
<name>Parks</name>
- [feature trimlast=',' limit=1]
+ [feature trimlast="," limit=1]
<Placemark>
<name>[NAME]</name>
<Snippet/>
Modified: trunk/docs/en/output/template_output.txt
===================================================================
--- trunk/docs/en/output/template_output.txt 2011-12-13 17:20:18 UTC (rev 12895)
+++ trunk/docs/en/output/template_output.txt 2011-12-14 08:16:23 UTC (rev 12896)
@@ -200,7 +200,7 @@
{
"type": "FeatureCollection",
"features": [
- [feature trimlast=',']
+ [feature trimlast=","]
{
"type": "Feature",
"id": "[id]",
@@ -298,7 +298,7 @@
[resultset layer=parks]
<Folder>
<name>Parks</name>
- [feature trimlast=',' limit=1]
+ [feature trimlast="," limit=1]
<Placemark>
<name>[NAME]</name>
<Snippet/>
More information about the mapserver-commits
mailing list