hi i tried following the example of ominiverdi at:<a href="http://ka-map.ominiverdi.org/wiki/index.php/KaRouting">http://ka-map.ominiverdi.org/wiki/index.php/KaRouting</a><br><br>on this page it is mentioned that we've to give path of the mapfile on line 141 of 
config.php<br>but on line 108 of config.php we're supposed to give path of another  mapfile... what should i write in both of these places?<br><br>i have a mapfile of world boundaries(country n state boundaries)<br>if i use it at the first place att line 108 
<br>$aszGMap = array (<br> 'title' => 'GMap 75',<br> 'path' => '/ms4w/apache/htdocs/5/fourth.map',<br><br>and on line 141 of config.php:<br>i did:<br>$kaRoute = Array(<br> 'routeMap' => '/ms4w/apache/htdocs/routingj/maps/routing.map',//the second mapfile -should be changed with an SLD file
<br> 'pgConn' => 'dbname=routing host=localhost port=5432 user=abc def password=pk24pk',<br><br><br>this setup doesnt work only the shape's of 1st mapfile:fourth.map is displayed<br>i checked if images of the 2nd mapfile are generated in the temp folder's mentioned, i found out they have'nt been produced
<br><br><br>kamap's routing requires pgDijkstra module so i've followed the steps at this site:<a href="http://www.postlbs.org/postlbs-cms/en/node/21">http://www.postlbs.org/postlbs-cms/en/node/21</a><br>i'm running winxp
<br><br>i've got postgis1.2.1 posgtgresql 8.2.3, ms4w, kamap1.0<br>pgDijkstra module from <a href="http://www.postlbs.org/postlbs-cms/en/download">http://www.postlbs.org/postlbs-cms/en/download</a>