I've no visualization with wmts and tiled layer connecting to mapproxy 1.4. Mapproxy is working correctly with tms and wmts service. Tested with javascript.The WMS layer instead work correctlymy config.xml:where [ip] is the ip address..
<layer label="Mapnik_Demo WMS" type="wms" visible="true"
url="http://[ip]/wsgi-mapproxy/service"
imageformat="png" wkid="4326" visiblelayers="mapnik_demo" />
<layer label="Mapnik_DEMO TMS" type="tiled" visible="true"
url="http://[ip]/wsgi-mapproxy/tms/1.0.0/mapnik_demo_EPSG4326"
imageformat="png" wkid="4326" />
<layer label="Mapnik_DEMO WMTS" type="wmts" visible="true"
url="http://[ip]/wsgi-mapproxy/service"
imageformat="png"
layerid="mapnik_demo"
servicemode="REST"
/>
So someone can help me? I think i've set up this file wrong.