<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Tracing through a problem in making tiles I noticed this oddity (this
is from a recent CVS update):<br>
<br>
In config.php, cache directory for the current (default) map is set to<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp; $szMapCacheDir = $szBaseCacheDir.$szMap.<font color="#cc0000"><b>"/"</b></font>;<br>
<br>
In tile.php, the cache directory for the tile is set to<br>
<br>
&nbsp;&nbsp;&nbsp; $szCacheDir =
$szMapCacheDir."/".$scale."/".$szGroupDir."/".$szLayerDir."/".$szMetaTileId;<br>
<br>
This results in a path for example like<br>
<br>
&nbsp;&nbsp;&nbsp; /root/kamap/mymap<font color="#cc0000"><b>//</b></font>101/layer1/def/t1000l4000<br>
<br>
The extra / after the map name doesn't seem to do any harm (on either
Windows or Linux), but it probably shouldn't be there. <br>
<br>
David<br>
<br>
<pre class="moz-signature" cols="72">-- 

David Badke
Humanities Computing and Media Center
University of Victoria, BC, Canada</pre>
</body>
</html>