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&#39;ve to give path of the mapfile on line 141 of 
config.php<br>but on line 108 of config.php we&#39;re supposed to give path of another&nbsp; 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>&nbsp;&#39;title&#39; =&gt; &#39;GMap 75&#39;,<br>&nbsp;&#39;path&#39; =&gt; &#39;/ms4w/apache/htdocs/5/fourth.map&#39;,<br><br>and on line 141 of config.php:<br>i did:<br>$kaRoute = Array(<br>&nbsp;&#39;routeMap&#39; =&gt; &#39;/ms4w/apache/htdocs/routingj/maps/routing.map&#39;,//the second mapfile -should be changed with an SLD file
<br>&nbsp;&#39;pgConn&#39; =&gt; &#39;dbname=routing host=localhost port=5432 user=abc def password=pk24pk&#39;,<br><br><br>this setup doesnt work only the shape&#39;s of 1st mapfile:fourth.map is displayed<br>i checked if images of the 2nd mapfile are generated in the temp folder&#39;s mentioned, i found out they have&#39;nt been produced
<br><br><br>kamap&#39;s routing requires pgDijkstra module so i&#39;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&#39;m running winxp
<br><br>i&#39;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>