Hi,

I need to call for a GetFeatureInfo on a layer-group (rt_cat.idcatbdfog).

I guess it should return identify result from every layer of the group.

Instead it is say-ing:

msShapefileOpen(): Unable to access file. No (NULL) filename provided.
msBuildPath: Unable to access file.
msShapefileOpen(): Unable to access file. No (NULL) filename provided.
msBuildPath: Unable to access file.
msBuildPath: Unable to access file.

My map file is this:

  LAYER
    NAME "rt_cat.idcatbdfog"
    TYPE POLYGON
    METADATA
     ....
      "ows_include_items" "all"
    END
    TEMPLATE 'void'
  END
 LAYER
    NAME "rt_cat.idcatbdfog.ar"
    STATUS OFF
    TYPE POLYGON
    DATA '/path-to-data/shapefile'
    PROJECTION
      "init=epsg:3003"
    END
    METADATA
      ...
      "ows_include_items" "all"
      "wms_layer_group" "/rt_cat.idcatbdfog"
    END
    TEMPLATE 'void'

What I'm missing ?

Thx,

-- 
-----------------
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-----------------
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to