[MapProxy] mapproxy upgrade

Giuseppe De Marco peppelinux at yahoo.it
Thu May 30 01:27:07 PDT 2013


from 1.4 to 1.5, using

pip install mapproxy --upgrade

I get: IOError('decoder zip not available',)

so I uninstalled PIL and I installed pillow

sudo pip uninstall PIL y
sudo pip install pillow 

But probably mapproxy.yaml is configured for mapproxy 1.4 because when I run the server I get:

[2013-05-30 10:22:31,549] mapproxy.config - INFO - reading: /media/storage/MAPROXY_alternative/mapproxy.yaml
[2013-05-30 10:22:31,552] mapproxy.config - WARNING - unknown 'mode' in globals.image
[2013-05-30 10:22:31,552] mapproxy.config - WARNING - unknown 'colors' in globals.image
[2013-05-30 10:22:31,552] mapproxy.config - WARNING - unknown 'transparent' in globals.image
[2013-05-30 10:22:31,552] mapproxy.config - WARNING - unknown 'format' in globals.image
[2013-05-30 10:22:31,591] mapproxy.service.wmts - WARNING - grid 'global_geodetic_sqrt2' is not compatible with WMTS, skipping for layer 'osm'
[2013-05-30 10:22:31,591] mapproxy.service.wmts - WARNING - grid 'UTM33' is not compatible with WMTS, skipping for layer 'pcn_minambiente_ortofoto_2006_UTM33'
[2013-05-30 10:22:31,592] mapproxy.service.wmts - WARNING - grid 'UTM33_extended' is not compatible with WMTS, skipping for layer 'Calabria_UTM33'
[2013-05-30 10:22:31,592] mapproxy.service.wmts - WARNING - grid 'global_geodetic_sqrt2' is not compatible with WMTS, skipping for layer 'osm'
[2013-05-30 10:22:31,593] mapproxy.service.wmts - WARNING - grid 'UTM33' is not compatible with WMTS, skipping for layer 'pcn_minambiente_ortofoto_2006_UTM33'
[2013-05-30 10:22:31,593] mapproxy.service.wmts - WARNING - grid 'UTM33_extended' is not compatible with WMTS, skipping for layer 'Calabria_UTM33'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapproxy/attachments/20130530/ed3f93ad/attachment.html>


More information about the MapProxy mailing list