[mapserver-commits] r7736 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Mon Jun 23 23:54:41 EDT 2008
Author: tomkralidis
Date: 2008-06-23 23:54:41 -0400 (Mon, 23 Jun 2008)
New Revision: 7736
Modified:
trunk/mapserver/mapgml.c
Log:
remove marker used during debugging
Modified: trunk/mapserver/mapgml.c
===================================================================
--- trunk/mapserver/mapgml.c 2008-06-24 03:51:49 UTC (rev 7735)
+++ trunk/mapserver/mapgml.c 2008-06-24 03:54:41 UTC (rev 7736)
@@ -1300,7 +1300,7 @@
gmlWriteBounds(stream, OWS_GML2, &(shape.bounds), msOWSGetEPSGProj(&(map->projection), NULL, namespaces, MS_TRUE), "\t\t\t");
gmlWriteGeometry(stream, NULL, OWS_GML2, &(shape), msOWSGetEPSGProj(&(map->projection), &(map->web.metadata), namespaces, MS_TRUE), NULL, "\t\t\t");
} else { /* then use the layer projection and/or metadata */
- gmlWriteBounds(stream, OWS_GML2, &(shape.bounds), msOWSGetEPSGProj(&(map->projection), &(map->web.metadata), namespaces, MS_TRUE), "\t\t\t<B>");
+ gmlWriteBounds(stream, OWS_GML2, &(shape.bounds), msOWSGetEPSGProj(&(map->projection), &(map->web.metadata), namespaces, MS_TRUE), "\t\t\t");
gmlWriteGeometry(stream, NULL, OWS_GML2, &(shape), msOWSGetEPSGProj(&(lp->projection), &(lp->metadata), namespaces, MS_TRUE), NULL, "\t\t\t");
}
#else
More information about the mapserver-commits
mailing list