<div dir="ltr">Hi, I'm having trouble with my MapProxy configuration and wondering if anyone has any sage advice. I'm pretty new to MapProxy so please forgive my newbness.<div><br></div><div>My config YAML file defines a WMS and a WMTS service. I've defined 2 grids, based on EPSG:900913 and 4326. The second grid was implemented because otherwise, requests including the south pole (-90S) caused a python error.</div>
<div><br></div><div>However, now that I've put this grid in, MapProxy gives a warning, for every single layer, every time it's called, like this:</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px">
<div><font face="courier new, monospace">WARNING - mapproxy.service.wmts - skipping layer 'layer18_250k.ecw' for WMTS, grid 'WGS84' of cache 'cacheA' is not compatible with WMTS</font></div><div><font face="courier new, monospace"><br>
</font></div></blockquote><font face="arial, helvetica, sans-serif">These warnings are coming through by the thousand and making for some very unreadable logs. Also I'm concerned that it may be impacting performance...</font><div>
<font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">I've tried modifying the grid definition a dozen different ways, what it seems to keep coming back to is that the grid defined on GLOBAL_GEODETIC doesn't quite work.</font></div>
<div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">The relevant bits of the config file are here:</font></div><div><font face="arial, helvetica, sans-serif"><br>
</font></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div><font face="courier new, monospace">services:</font></div></div><div><div><font face="courier new, monospace"> wms:</font></div></div>
<div><div><font face="courier new, monospace"> srs: ['EPSG:4326', 'EPSG:900913']</font></div></div><div><div><font face="courier new, monospace"> wmts:</font></div></div><div><div><font face="courier new, monospace"><br>
</font></div></div><div><div><font face="courier new, monospace">grids:</font></div></div><div><div><font face="courier new, monospace"> GOOG_900913:</font></div></div><div><div><font face="courier new, monospace"> base: GLOBAL_MERCATOR</font></div>
</div><div><div><font face="courier new, monospace"> WGS84:</font></div></div><div><div><font face="courier new, monospace"> base: GLOBAL_GEODETIC</font></div></div><div><div><font face="courier new, monospace"> srs: 'EPSG:4326'</font></div>
<div><span style="font-family:'courier new',monospace"> bbox: [-180,-90,180,90]</span><br></div><div><font face="courier new, monospace"> bbox_srs: 'EPSG:4326'</font></div><div><font face="courier new, monospace"> origin: sw</font></div>
</div></blockquote><br><div>Am I missing something?</div><div><br></div><div>Thanks</div><div>John</div></div>