<html><head></head><body>Try the exiftool like mentioned here <a href="http://unix.stackexchange.com/a/204545">http://unix.stackexchange.com/a/204545</a> to rename the files generated with maptiler. Checkout the batch processing options with exiftool to make it faster else depending on your cache size it could be very time consuming.<br>
<br>
Thank you,<br>
Vish<br><br><div class="gmail_quote">On February 12, 2016 3:00:02 PM EST, mapproxy-request@lists.osgeo.org wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">Send MapProxy mailing list submissions to<br /> mapproxy@lists.osgeo.org<br /><br />To subscribe or unsubscribe via the World Wide Web, visit<br /> <a href="http://lists.osgeo.org/mailman/listinfo/mapproxy">http://lists.osgeo.org/mailman/listinfo/mapproxy</a><br />or, via email, send a message with subject or body 'help' to<br /> mapproxy-request@lists.osgeo.org<br /><br />You can reach the person managing the list at<br /> mapproxy-owner@lists.osgeo.org<br /><br />When replying, please edit your Subject line so it is more specific<br />than "Re: Contents of MapProxy digest..."<br /><br /><br />Today's Topics:<br /><br />   1. Re: extension-less tiles as source? (Oliver Tonnhofer)<br />   2. Re: extension-less tiles as source? (Pestereva, Anna)<br /><br /><br /><hr /><br /><br />Message: 1<br />Date: Fri, 12 Feb 2016 13:02:42 +0100<br />From: Oliver Tonnhofer <olt@omniscale.de><br />To: "Pestereva, Anna" <apestereva@aerialservicesinc.com><br />Cc: MapProxy@lists.osgeo.org<br />Subject: Re: [MapProxy] extension-less tiles as source?<br />Message-ID: <D3E5A6D6-B707-468D-83BC-2CBFDC0DCE8E@omniscale.de><br />Content-Type: text/plain; charset=utf-8<br /><br />Thanks for the configuration.<br /><br />Python tries to guess the content-type for file:// URLs. It returns image/jpeg for .jpg files, but text/plain for files without any file suffix.<br />But MapProxy refuses to load non-image responses. You do not see anything in the demo because of your on_error configuration.<br /><br /><br />Can you tell MapTiler to use .png or .jpeg as the extension? It doesn’t matter for MapProxy if a .png actually contains JPEG data.<br /><br /><br />Regards,<br />Oliver<br /></pre></blockquote></div></body></html>