<div dir="ltr">Hi all,<div><br></div><div>I am using MapProxy to proxy Google Maps into an application that supports WMS servers.</div><div><br></div><div>I am new at GIS software and confused by the zoom levels. For some reason, the MapProxy WMS server only serves up tiles to a maximum of Google's zoom level 17. If I use MapProxy Seed tool, I can cache tiles at a maximum of 19 (confirmed by look at the images in the cache).</div>
<div><br></div><div>I cannot zoom in as far as the data, regardless of what client I use. The MapProxy Demo (OpenLayers?) client has the same restriction.</div><div><br></div><div>My google.yaml configuration file is very simple. </div>
<div><br></div><div>services:<br></div><div><div> demo:</div><div> tms:</div><div> wms:</div><div> md:</div><div> title: MapProxy</div><div><br></div><div>sources:</div><div> gh:</div><div> type: tile</div>
<div> url: <a href="http://mt1.google.com/vt/lyrs=y&x=%(x)s&y=%(y)s&z=%(z)s">http://mt1.google.com/vt/lyrs=y&x=%(x)s&y=%(y)s&z=%(z)s</a></div><div> grid: gh_grid</div><div><br></div><div>grids:</div>
<div> gh_grid:</div><div> base: GLOBAL_MERCATOR</div><div> origin: ul</div><div><br></div><div>caches:</div><div> gh_cache:</div><div> grids: [gh_grid]</div><div> sources: [gh]</div><div> cache:</div><div>
type: file</div><div> directory_layout: tms</div><div><br></div><div>layers:</div><div> - name: gh_layer</div><div> title: google</div><div> sources: [gh_cache]</div></div><div><br></div><div><div>Can anyone explain to me why I cannot zoom in to the highest zoom level when using MapProxy?</div>
<div><br></div><div>Many Thanks. Paul</div></div></div>