Thanks!! now I could change colors!!<br> <br> But now I have another question... I want to use the query tool (i) in ka-map... I want the user can click the map and the system can make a query to my database!&nbsp; I read several docs but I cannot understand how to configure it....<br> <br> my .map file is the following:<br> <br> -------------------------------------------------------------------------------------<br> MAP<br> &nbsp;&nbsp;&nbsp; EXTENT -73.577781 -55.061313 -53.591835 -21.781276<br> &nbsp;&nbsp;&nbsp; SIZE 400 400<br> &nbsp;#&nbsp;&nbsp; IMAGECOLOR 255 22 22<br> &nbsp;&nbsp;&nbsp; UNITS METERS<br> &nbsp;&nbsp;&nbsp; IMAGETYPE PNG<br> &nbsp; #&nbsp; TRANSPARENT ON<br> <br> <br> &nbsp;&nbsp;&nbsp; SYMBOLSET ../etc/symbols.sym<br> &nbsp;&nbsp;&nbsp; UNITS METERS<br> &nbsp;&nbsp;&nbsp; IMAGECOLOR 255 255 255<br> &nbsp;&nbsp;&nbsp; FONTSET ../etc/fonts.txt<br> <br> <br> <br> <br> <br> LEGEND<br> &nbsp; TRANSPARENT TRUE<br> END<br> <br> SCALEBAR<br> &nbsp;&nbsp;
 TRANSPARENT TRUE<br> END<br> <br> WEB<br> <br> &nbsp;&nbsp; METADATA<br> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; max_extents "-73.577781 -55.061313 -53.591835 -21.781276"<br> &nbsp;&nbsp; END<br> &nbsp;#&nbsp; MINSCALE 20.00000<br> &nbsp;#&nbsp; MAXSCALE 500.00000<br> &nbsp;&nbsp; IMAGEPATH "/usr/local/apache2/htdocs/tmp"<br> &nbsp;&nbsp; IMAGEURL "/tmp/"<br> END<br> <br> <br> #<br> # Start of reference map<br> #<br> REFERENCE<br> &nbsp;&nbsp; IMAGE ../images/keymap.png<br> &nbsp;&nbsp; EXTENT -73.577781 -55.061313 -53.591835 -21.781276<br> &nbsp;&nbsp; STATUS ON<br> &nbsp; COLOR -1 -1 -1<br> &nbsp; OUTLINECOLOR&nbsp; 95 158 160<br> &nbsp; SIZE 120 90&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br> END<br> <br> #<br> # Start of legend<br> #<br> LEGEND<br> &nbsp; KEYSIZE 18 12<br> &nbsp; LABEL<br> &nbsp;&nbsp;&nbsp; TYPE BITMAP<br> &nbsp;&nbsp;&nbsp; SIZE MEDIUM<br> &nbsp;&nbsp;&nbsp; COLOR 0 0 89<br> &nbsp; END<br> &nbsp; STATUS ON<br> END<br> <br> #<br> # Start of scalebar<br> #<br>
 SCALEBAR<br> &nbsp; IMAGECOLOR 255 255 255<br> &nbsp; LABEL<br> &nbsp;&nbsp;&nbsp; COLOR 0 0 0 <br> &nbsp;&nbsp;&nbsp; SIZE SMALL<br> &nbsp; END<br> &nbsp; SIZE 150 5<br> &nbsp; COLOR 255 255 255<br> &nbsp; BACKGROUNDCOLOR 0 0 0<br> &nbsp; OUTLINECOLOR 0 0 0<br> &nbsp; UNITS kilometers<br> &nbsp; INTERVALS 5<br> &nbsp; STATUS ON<br> END<br> <br> <br> QUERYMAP<br> &nbsp; STYLE HILITE<br> &nbsp; COLOR 255 0 0<br> END<br> <br> <br> #<br> # Start of layer definitions<br> #<br> <br> LAYER<br> &nbsp; NAME "contorno"<br> &nbsp; GROUP "CONTORNO"<br> &nbsp; CONNECTIONTYPE postgis<br> &nbsp; CONNECTION "host=10.0.3.218 port=5432 dbname=argentina password=*** user=****"<br> &nbsp; DATA "the_geom FROM argentina1"<br> &nbsp; TYPE POLYGON<br> &nbsp; STATUS ON<br> #&nbsp; DEBUG ON<br> &nbsp; METADATA<br> &nbsp;&nbsp;&nbsp; "DESCRIPTION" "Contorno"<br> &nbsp; END<br> <br> &nbsp; METADATA<br> &nbsp;&nbsp;&nbsp; #this must be enabled to use ka-Map! query - map_query.php<br>
 &nbsp;&nbsp;&nbsp; "queryable" "true"<br> &nbsp; END<br> &nbsp; TOLERANCE 3<br> <br> &nbsp; CLASS<br> &nbsp;&nbsp;&nbsp; NAME "Contorno"<br> &nbsp;&nbsp;&nbsp; TEMPLATE "query/contorno_template.html"<br> &nbsp; STYLE<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR&nbsp; 205 92 92<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR&nbsp; 64 224 208<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL 0<br> &nbsp; END<br> END<br> END<br> <br> LAYER<br> &nbsp; NAME "limites provincia"<br> &nbsp; GROUP "PROVINCIAS"<br> &nbsp; CONNECTIONTYPE postgis<br> &nbsp; CONNECTION "host=10.0.3.218 port=5432 dbname=argentina password=**** user=****"<br> &nbsp; DATA "the_geom FROM argentina2"<br> &nbsp; TYPE POLYGON<br> &nbsp; STATUS ON<br> #&nbsp; DEBUG ON<br> &nbsp;&nbsp; METADATA<br> &nbsp;&nbsp;&nbsp; "DESCRIPTION" "Provincias"<br> &nbsp; END<br> &nbsp; CLASS<br> &nbsp;&nbsp; NAME "Provincias"<br> &nbsp; STYLE<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 184 134 11<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 OUTLINECOLOR 120 120 120<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL 0<br> &nbsp; END<br> END<br> END<br> <br> LAYER<br> &nbsp; NAME "limites ciudad"<br> &nbsp; GROUP "DISTRITOS"<br> &nbsp; CONNECTIONTYPE postgis<br> &nbsp; CONNECTION "host=10.0.3.218 port=5432 dbname=argentina password=**** user=****"<br> &nbsp; DATA "the_geom FROM argentina3"<br> &nbsp; TYPE POLYGON<br> &nbsp; STATUS ON<br> #&nbsp; DEBUG ON<br> &nbsp; CLASS<br> &nbsp;&nbsp;&nbsp; NAME "Ciudades"<br> &nbsp; STYLE<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 147 112 219<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 199 199 199<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL 0<br> &nbsp; END<br> END<br> END<br>  END <br> --------------------------------------------------------------------------<br> <br> I added to the first layer (contorno) the "queryable true" sentence and the template in which I have the column I want to query... (in the table "argentina1")... here is my contorno_template.html file<br> <br>
 ---------------------------------------------------------------------------------<br> &lt;html&gt; <br> &lt;head&gt; <br> &lt;title&gt;MapServer Probando query&lt;/title&gt; <br> &lt;/head&gt;<br> &lt;body&gt;<br> &lt;tr&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;[lrn]&lt;/td&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;[adm0]&lt;/td&gt;<br> &lt;/tr&gt;<br> &lt;/body&gt;<br> &lt;/html&gt;<br> -----------------------------------------------------------------------------------<br> <br> adm0 contains the information of the area clicked... (it is a colum in the argentina0 table)<br> but now when I click in the map, only the information in the .map file is returned, in this case, the name of the layer (contorno).... may be I have to do more changes....<br> <br> Thanks!!<br> Agustina<br> <br> <p>&#32;
                <hr size=1> 
<b>Preguntá. Respondé. Descubrí.</b><br> 
Todo lo que querías saber, y lo que ni imaginabas,<br> 
está en <b>Yahoo! Respuestas</b> (Beta).<br> 
<b><a href="http://ar.answers.yahoo.com">Probalo ya!</a></b>