Thank you all for your responses.  I have tried implementing your suggestions, but didn't have any success.  Here is the config that I am having issues with:<br><br>sources:<br>  omanTile:<br>    type: tile<br>    grid: 'EPSG:4326'<br>
    #also tried - grid: [latlongrid]<br>    url: <a href="http://10.10.4.32/geowebcache/service/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=OMAN&TILEMATRIXSET=EPSG:4326&TILEMATRIX=EPSG:4326:%(z)s&TILEROW=%(y)s&TILECOL=%(x)s&FORMAT=image/png">http://10.10.4.32/geowebcache/service/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=OMAN&TILEMATRIXSET=EPSG:4326&TILEMATRIX=EPSG:4326:%(z)s&TILEROW=%(y)s&TILECOL=%(x)s&FORMAT=image/png</a><br>
grids:<br>  latlongrid:<br>    srs: 'EPSG:4326'<br>    #also tried - origin: 'nw'<br>caches:<br>  omanCache:<br>    grids: [latlongrid]<br>    sources: [omanTile]<br>layers:<br>  - name: Mosaic<br>    title: Mosaic<br>
    layers:<br>      - name: OMAN<br>        title: Tile - Oman<br>        sources: [omanCache]<br><br>Can anyone spot a misconfiguration or something I am missing?  I am using the mapproxy demo to test, could there be an issue with that? Thanks again!<br>
  <br><br><div class="gmail_quote">On Tue, Nov 13, 2012 at 5:29 AM, Oliver Tonnhofer <span dir="ltr"><<a href="mailto:olt@omniscale.de" target="_blank">olt@omniscale.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
On 13.11.2012, at 11:13, Martijn Coenen wrote:<br>
>> ok sorry, it was only my personal point of view, i've just posted before. no response.<br>
>> here again:<br>
>> The error (maybe is a warning, cause the icon is yellow) got from Chrome using openlayers connect wmts mapproxy:<br>
>><br>
>> Resource interpreted as Image but transferred with MIME type application/vnd.ogc.se_xml: "<a href="http://192.168.198.138/wsgi-mapproxy/service/grids_demo_osm/EPSG:4326:1/0/0.png" target="_blank">http://192.168.198.138/wsgi-mapproxy/service/grids_demo_osm/EPSG:4326:1/0/0.png</a>".<br>

><br>
> I have had this same problem with an unrelated (to Mapproxy) project. It happens when there is no tile for the given point. An XML error message is send back from the source instead of the requested PNG image.<br>
<br>
</div>/service is the WMS/WMTS endpoint for KVP requests (e.g. /service?service=WMTS&request=GetCapabilities)<br>
<br>
<br>
The RESTful WMTS service is available at /wmts/1.0.0/ as described in the documentation:<br>
<a href="http://mapproxy.org/docs/nightly/services.html#restful" target="_blank">http://mapproxy.org/docs/nightly/services.html#restful</a><br>
<div class="im HOEnZb"><br>
<br>
Regards,<br>
Oliver<br>
<br>
--<br>
Oliver Tonnhofer    | Omniscale GmbH & Co KG    | <a href="http://omniscale.de" target="_blank">http://omniscale.de</a><br>
<a href="http://mapproxy.org" target="_blank">http://mapproxy.org</a> | <a href="https://github.com/olt" target="_blank">https://github.com/olt</a>    | @oltonn<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
MapProxy mailing list<br>
<a href="mailto:MapProxy@lists.osgeo.org">MapProxy@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapproxy" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapproxy</a><br>
</div></div></blockquote></div><br>