/*
Project: HUMBOLDT GEOPISTA
File: configuracionGetFeatureInfo.js
Author: Angel Monterde <angel.monterde.gpl@gmail.com>
Team Geopista: 
	Jorge Elia <jorgelia82@gmail.com>
	Paula Garcia <paulicagg@gmail.com>
	Pablo Gallardo <pgallardo@geopista.es>
	Juan Martin <jmartin@geopista.es>
	Angel Monterde <angel.monterde.gpl@gmail.com>	

Date: 29/05/2007
 
HUMBOLDT GEOPISTA - Light WebClient/viewer for OGC Web Map Services.
Copyright (C) 2007
 
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
 
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */


var configuracionGetFeatureInfo = 
{"capas":[{"capa": GEOPISTA.Base.CapaEstilo.C_BASECARTOGRAFICA, "textoAMostrar": "Base cartográfica", "seleccionado":true, "campos":
          [{"nombre": "Area", "textoAMostrar": "Área"}, {"nombre": "Perímetro", "textoAMostrar": "Perímetro"}, 
	   {"nombre": "ID_de_municipio", "textoAMostrar": "ID de Municipio"}, {"nombre": "Texto", "textoAMostrar": "Texto"}, 
	   {"nombre": "Grupo_subgrupo", "textoAMostrar": "grupo subgrupo"}, {"nombre": "Tema" , "textoAMostrar": "Tema"}, 
	   {"nombre": "ID", "textoAMostrar": "ID"}
          ]}
     ]};
/*     

var configuracionGetFeatureInfo = 
{"capas":[{"capa": GEOPISTA.Base.CapaEstilo.C_PARCELAS_URBANAS, "textoAMostrar": "Puntos de Interés", "seleccionado":true, "campos":
     [{"nombre": "coordinates", "textoAMostrar": "Coordenadas"}]},
     {"capa": GEOPISTA.Base.CapaEstilo.C_BASECARTOGRAFICA, "textoAMostrar": "Base cartográfica", "seleccionado":false, "campos":
          [{"nombre": "Area", "textoAMostrar": "Área"}, {"nombre": "Perímetro", "textoAMostrar": "Perímetro"}, 
	   {"nombre": "ID_de_municipio", "textoAMostrar": "ID de Municipio"}, {"nombre": "Texto", "textoAMostrar": "Texto"}, 
	   {"nombre": "Grupo_subgrupo", "textoAMostrar": "grupo subgrupo"}, {"nombre": "Tema" , "textoAMostrar": "Tema"}, 
	   {"nombre": "ID", "textoAMostrar": "ID"}
          ]}
     ]};
*/     
     
