Hi, All<br><br>I'm Donny Wicaksono from Indonesia. i'm developing a web-gis. I use ka-map and postgis as database.<br><br>I have difficulties, i really hope anyone can help me.. :)<br><br>I'm developing accident occurrences in a certain location, for example in one district. They are displayed as points in ka-map. The occurrences are yearly, in 2004, 2005, and 2006. The map and the points have already successfully displayed. The identify function per point is working and also is the search function.<br><br><br>This is my map file in Layer part:<br>.................................<br>LAYER<br>&nbsp;&nbsp;&nbsp; NAME 'accident 2006'<br>&nbsp;&nbsp;&nbsp; GROUP 'Accident 2006'<br>&nbsp;&nbsp;&nbsp; TYPE POINT<br>&nbsp;&nbsp;&nbsp; CONNECTIONTYPE postgis<br>&nbsp;&nbsp;&nbsp; CONNECTION "host=localhost user='postgis' password=password dbname='car_accidents'"<br>&nbsp;&nbsp;&nbsp; DATA 'coordinates FROM cases'<br>&nbsp;&nbsp;&nbsp; FILTER "extract(year from
 date)='2006'"<br>&nbsp; &nbsp;<br>&nbsp;&nbsp;&nbsp; METADATA<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'wms_title' 'cases'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'queryable'&nbsp;&nbsp;&nbsp; 'true'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'searchfield'&nbsp;&nbsp;&nbsp; 'car_type'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'fields'&nbsp;&nbsp;&nbsp; 'car_type:Car Type,accident_type:Accident Type,description:Description,date:Date,time:Time,time_zone:Time Zone'<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; STATUS on<br>&nbsp;&nbsp;&nbsp; TRANSPARENCY 100<br>&nbsp;&nbsp;&nbsp; PROJECTION<br>&nbsp;&nbsp;&nbsp; 'proj=longlat'<br>&nbsp;&nbsp;&nbsp; 'ellps=WGS84'<br>&nbsp;&nbsp;&nbsp; 'datum=WGS84'<br>&nbsp;&nbsp;&nbsp; 'no_defs'<br>&nbsp;&nbsp;&nbsp; ''<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; LABELITEM 'car_type'<br>&nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp; TEMPLATE "kueri.html"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME 'Year 2006'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL 'CIRCLE'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 7<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 0 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 255 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LABEL<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE small<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ANGLE 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BUFFER 2<br>&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; PROCESSING "close_connection=DEFER"<br>&nbsp; END<br>&nbsp;&nbsp;&nbsp; #Circle symbol<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME 'CIRCLE'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TYPE ellipse<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FILLED true<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 POINTS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp; ...........................<br><br><br><br>But this is the problem i'm facing:<br><br>In my ka-map system, the search results are able to be displayed. But the results are not distributed in the three appropriate layers (as i mentioned above, i have three layers: 2004, 2005, and 2006).<br>For example, i search "Bus", and i get the results for buses accidents in 2004, 2005, and 2006 complete with accident type, description, date and time data. say i get 17 data.<br>Then, the all 17 results are displayed three times as Results for Layer Year 2004, Results for Layer Year 2005, and Results for Layer Year 2006.<br><br>I want to place the data result in their right place: the 2004 data result in Results for Layer Year&nbsp; 2004, the 2005 data result in Results for Layer Year&nbsp; 2005, and the 2006 data result in
 Results for Layer Year&nbsp; 2006.<br><br>How should I configure my map file to do that? Or do I have to configure another files? If so, which files, and how should i configure them?<br><br>I will appreciate any helps....<br><br>Thank You<br><br>-don-<br><br><p>&#32;