[mapserver-commits] r7522 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Tue Apr 15 13:35:27 EDT 2008
Author: Assefa
Date: 2008-04-15 13:35:26 -0400 (Tue, 15 Apr 2008)
New Revision: 7522
Modified:
trunk/mapserver/mapwfs.c
Log:
GRID layer is not a valid wfs layer #1279
Modified: trunk/mapserver/mapwfs.c
===================================================================
--- trunk/mapserver/mapwfs.c 2008-04-15 15:39:09 UTC (rev 7521)
+++ trunk/mapserver/mapwfs.c 2008-04-15 17:35:26 UTC (rev 7522)
@@ -140,7 +140,8 @@
(lp->type == MS_LAYER_POINT ||
lp->type == MS_LAYER_LINE ||
lp->type == MS_LAYER_POLYGON ) &&
- lp->connectiontype != MS_WMS )
+ lp->connectiontype != MS_WMS &&
+ lp->connectiontype != MS_GRATICULE)
{
return 1; /* true */
}
More information about the mapserver-commits
mailing list