<p>Hello, <br>
It seems that for any reason, when trying to zoom in the map higher than zoom 30, the daemon is not even called </p>

<ul>
<li>I set max zoom everywhere to 40</li>
<li>I changed the code everywhere to fix the problem of power of 2 being computed with <code>1<<z</code>, making values of z higher than 31 impossible (32 bit problem) Solved with using long int and pow(2,z) for computing</li>
<li>I added many print controls to gen_tilescpp and other source codes
-etc </li>
</ul>

<p>I managed to generate metatiles when launching <code>/render_list -z 34 -Z 35 --all</code> for example <br>
But interestingly, when zoomnig in my map after zoom 30, nothing happens, as if render was not even called There is no error message (renderd is launched with <code>-f</code> option), and none of the printf I added in gen_tiles or render_submit_queuec are printed </p>

<p>Where is this zoom30 limitation hidden? </p>

<p>Thanks a lot</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/openstreetmap/mod_tile/issues/118">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AD2-7jwFyByRU62nhL4Md6Rzb_WgdiANks5pQTCxgaJpZM4G2YSn.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/openstreetmap/mod_tile/issues/118"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>