[MapProxy] Reprojecting tiles and get_affected_bbox_and_level -	raise NoTiles() error
    Oliver Tonnhofer 
    olt at omniscale.de
       
    Thu Jun  6 00:11:59 PDT 2013
    
    
  
Hi Martin,
On 01.06.2013, at 00:37, Martin Kokeš wrote:
> Could you guys tak look at this yaml http://pastebin.com/V6byruzB ? Basically I'm trying to shift resolutions and convert origin from northwest, levels limited global mercator grid to a standard global mercator grid as described in http://mapproxy.org/docs/latest/configuration_examples.html#reprojecting-tiles , but I'm getting:
> 
> [2013-05-31 23:46:29,790] mapproxy.config - INFO - reading: /tmp/test/mapproxy.yaml
> Traceback (most recent call last):
> [...]
>  File "/usr/local/lib/python2.7/dist-packages/mapproxy/grid.py", line 507, in get_affected_bbox_and_level
>    raise NoTiles()
> mapproxy.grid.NoTiles
Thanks for reporting that error and sending your config. It was a missed check for errors when checking if two grids are compatible.
Fixed in https://github.com/mapproxy/mapproxy/commit/d581cfdf4563f31f58fa465c904a90b22d7fcdc1
See "nightly" for how to upgrade: http://mapproxy.org/download.html 
Regards,
Oliver
    
    
More information about the MapProxy
mailing list