[GRASS-SVN] r44362 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 21 18:42:05 EST 2010


Author: huhabla
Date: 2010-11-21 15:42:05 -0800 (Sun, 21 Nov 2010)
New Revision: 44362

Modified:
   grass/trunk/lib/gis/parser_wps.c
Log:
WPS XML fix


Modified: grass/trunk/lib/gis/parser_wps.c
===================================================================
--- grass/trunk/lib/gis/parser_wps.c	2010-11-21 06:25:14 UTC (rev 44361)
+++ grass/trunk/lib/gis/parser_wps.c	2010-11-21 23:42:05 UTC (rev 44362)
@@ -477,7 +477,6 @@
     if(abstract)
     {
         fprintf(stdout,"\t\t<ows:Abstract>");
-        fprintf(stdout, "The manual page of this module is available here: ");
         fprintf(stdout, "http://grass.osgeo.org/grass70/manuals/html70_user/%s.html", identifier);
         fprintf(stdout, "</ows:Abstract>\n");
     }
@@ -707,7 +706,7 @@
         fprintf(stdout,"\t\t\t\t\t<ows:AllowedValues>\n");
         if(type == TYPE_RANGE)
         {
-            fprintf(stdout,"\t\t\t\t\t\t<ows:Range ows:rangeClosure=\"%s\">\n", "0");
+            fprintf(stdout,"\t\t\t\t\t\t<ows:Range ows:rangeClosure=\"closed\">\n");
             fprintf(stdout,"\t\t\t\t\t\t\t<ows:MinimumValue>%s</ows:MinimumValue>\n", range[0]);
             fprintf(stdout,"\t\t\t\t\t\t\t<ows:MaximumValue>%s</ows:MaximumValue>\n", range[1]);
             fprintf(stdout,"\t\t\t\t\t\t</ows:Range>\n");



More information about the grass-commit mailing list