[Tilecache] Known bugs on tilecache 2.11 ??

David Alda Fernandez de Lezea dalda at ikt.es
Thu Nov 18 08:33:46 EST 2010


 
Hi,

Is this a bug or something that may cause troubles??

We're planning to have a GIS server with tilecache (we have tested the
2.10 version) in a production environment, but as we've seen now that
there is a newer version, we would like to know if there is any
important bug, that may cause the service to go down or something like
that.

Thanks in advance.

-----Mensaje original-----
De: tilecache-bounces at lists.osgeo.org
[mailto:tilecache-bounces at lists.osgeo.org] En nombre de Eric D.
Kjeldergaard
Enviado el: jueves, 18 de noviembre de 2010 4:56
Para: tilecache at lists.osgeo.org
Asunto: [Tilecache] [patch] dry run option

The attached patch adds a dry run option similar to that available in
rsync and other utilities.  This option was added as a way to easily
generate a list of all valid BBOX values for a layer.  In particular, I
wanted to generate an exact list of URLs as those that would be
generated by OpenLayers.  I ran a command similar to the following.

$ LAYERS='sd-tiles' \
URL="http:\/\/tiles\/tilecache\/tilecache.fgci?LAYERS=$LAYERS\&FORMAT=im
age%2Fpng\&SERVICE=WMS\&VERSION=1.1.1\&REQUEST=GetMap\&STYLES=\&EXCEPTIO
NS=application%2Fvnd.ogc.se_inimage\&SRS=EPSG%3A4326\&BBOX=\1,\2,\3,\4\&
WIDTH=256\&HEIGHT=256"
\
/usr/local/www/tilecache2/tilecache_seed.py $LAYERS 0 4 -n -b
'-20037508.34,-20037508.34,20037508.34,20037508.34' \
| grep -v '^#' \
| sed -e "s/.*= (\(.*\) \(.*\) \(.*\) \(.*\)).*/$URL/"

The patch adds the option as -n or --dry-run, again in a manner
consistent with the rsync and similar command-line utilities.



More information about the Tilecache mailing list