<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 2014-08-14 11:08, Oliver Tonnhofer
      wrote :<br>
    </div>
    <blockquote
      cite="mid:1B58B1C5-F7C4-45E2-B6D4-058D74BBF3EC@omniscale.de"
      type="cite">
      <pre wrap="">Hi,

On 12.08.2014, at 17:08, <a class="moz-txt-link-abbreviated" href="mailto:julien.kazemifard@visioterra.fr">julien.kazemifard@visioterra.fr</a> wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Does someone have an idea on how to do such reprojection without this problem ?
I noticed this happens for every reprojection I try to do from EPSG:3857 to EPSG:4326,  for example OSM and Bing,
But only for the first levels...
</pre>
      </blockquote>
      <pre wrap="">
Its an artifact of the image reprojection. MapProxy does not reproject each pixel, this would take seconds, but it reprojects smaller grids of the image. The more grids you reproject, the better but also slower are the results. The current number of grids works great for most reprojections. You'll see issues like you got only on small scale maps with reprojections that result in large distortions of the image.
</pre>
    </blockquote>
    It might be an idea to (optionally?) use finer reprojection from
    source to cache (that is, potentially building for several requests)
    and coarser one from cache to service.  That way, avoiding the
    artifacts would only be a matter of building the cache with the same
    projection as the typical requests).<br>
    <br>
    <table>
      <tbody>
        <tr>
          <td>André.</td>
        </tr>
      </tbody>
    </table>
    <br>
    <br>
    <br>
  </body>
</html>