<div dir="ltr">I'm try to over sample images from a tms and having issues. The tms is only cached to zoom level 20 and I would like to serve it out to level 21. It appears that mapproxy fails to properly stitch together the images and the same image is displayed multiple times, see here: <a href="http://www.firstbasesolutions.com/images/mapproxy_oversample.jpg">http://www.firstbasesolutions.com/images/mapproxy_oversample.jpg</a><br>
<div><div><div><div><br><br>layers:<br> - name: 1237YORK<br> title: York Region 2012<br> sources: [1237YORK_cache]<br><br>caches:<br> 1237YORK_cache:<br> grids: [spherical_mercator] # output cache<br> sources: [1237YORK_tms]<br>
meta_buffer: 0<br> meta_size: [1,1]<br> format: my_format<br> disable_storage: true<br><br>sources:<br> 1237YORK_tms:<br> type: tile<br> url: <a href="http://localhost:8080/mapcache_wmts/tms/1.0.0/1237YORK_mapcache@gmaps/%(tms_path)s.xxx">http://localhost:8080/mapcache_wmts/tms/1.0.0/1237YORK_mapcache@gmaps/%(tms_path)s.xxx</a><br>
grid: spherical_mercator_20<br><br>grids:<br> spherical_mercator:<br> srs: 'EPSG:3857'<br> res_factor: 2<br> num_levels: 22 # 0-21<br> bbox: [-20037508, -20037508, 20037508, 20037508]<br> bbox_srs: 'EPSG:3857'<br>
tile_size: [256,256]<br> origin: sw<br><br> spherical_mercator_20:<br> srs: 'EPSG:3857'<br> res_factor: 2<br> num_levels: 21 # 0-20<br> bbox: [-20037508, -20037508, 20037508, 20037508]<br> bbox_srs: 'EPSG:3857'<br>
tile_size: [256,256]<br> origin: sw<br><br><br><br><br><br><br><br><br><br><br></div></div></div></div></div>