2008/12/18 RODIER BATISSE, ALEXANDRE <[email protected]> > > Hi other time, > > > > Today my problem is: I define a wms service with the attached .map file. It > works well (i can see the map, wms conection is ok, legend likes good, etc.). > But identifier tools in my gis client (Arcgis and gvsig) doesn't work and I > cannot identifie the polygon values. > > > > The question is that I don't get to understand where I have to define > template url: ¿in the web object, in the layer object, or in every class > object? ¿I have to define header, footer and general template? When I have > more one layer in the same file, how can i define diferent template?¿in each > layer object, or in each class object?
You have two alternatives: - define TEMPLATE in class object. - define global TEMPLATE in layer object. This template is for all classes in layer. header and footer are optional, and only are defined in LAYER object (so, are global, for all class in layer). WEB object have a TEMPLATE option. But this template is not for layer query, I think. Saludos José María > > > > Thanks you for your help. > > > > --------------------------------------------- > > Alexandre Rodier > > Asistencia Técnica del SIGA > > > > Servicio de Información e Integración Ambiental > Dirección General de Patrimonio Natural y Biodiversidad > Consejería de Agricultura y Agua. > c/ Arquitecto Emilio Piñero, 1 Entresuelo C > > 30.007 Murcia > > Tel. 968246272 > > Correo-e: [email protected] > > http://www.carm.es/medioambiente > > --------------------------------------------- > > > > _______________________________________________ > mapserver-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapserver-users > _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
