<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi all,<br>
    <br>
    Does Tirex support different projections and tileschema's? I'm
    trying to get Tirex running with the dutch tiling schema*). I've got
    Mapnik and TileCache working together to display my tiles, so the
    osm.xml is correct. However since TileCache doesn't have any update
    strategy and I do want to keep the tiles reasonably current so I'm
    looking into Tirex. I'm using a modified tileserver.js on node.js
    which I've gotten from Peter<span class="Apple-style-span"
      style="border-collapse: separate; color: rgb(0, 0, 0);
      font-family: 'Times New Roman'; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: 2; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px; font-size:
      medium;"><i><span class="Apple-converted-space"> </span></i><span
        class="Apple-converted-space"></span>Körner</span> to access
    Tirex. However when I request tiles I get a HTTP 500 Internal server
    error and the X-Error header says 'render error'. <br>
    I can't seem to find any more detailed information on this error.
    The only thing I've seen is from tileserver.js:<br>
    tirex>>>  nodets-32069-1210<br>
    tirex<<<  nodets-32069-1210<br>
    GET /tiles/osm/2/3/1.png -> 500 Internal Server Error (render
    error)<br>
    <br>
    And in /var/log/tirex/jobs.log<br>
    2011-04-11T12:14:09 id=1302516849_33668080 map=osm x=0 y=0 z=2
    prio=10 request_time=1302516849 expire= sources=C render_time=0
    success=<br>
    <br>
    Which to me means that tileserver.js does send the request to Tirex,
    but Tirex is unable to render it, which brings me to my initial
    question: can Tirex render non spherical mercator?<br>
    <br>
    Regards,<br>
    Steven<br>
    <br>
    *) tilecache config:<br>
    [osm_nl]<br>
    type=Mapnik<br>
    mapfile=/home/administrator/osm/mapnik/osm.xml <br>
    spherical_mercator=false<br>
resolutions=3440.640,1720.320,860.160,430.080,215.040,107.520,53.760,26.880,13.440,6.720,3.360,1.680,0.840,0.420,0.210<br>
    metatile=yes<br>
    bbox=-285401.920, 22598.080, 595401.92, 903401.920<br>
    srs=EPSG:28992<br>
  </body>
</html>