[Tilecache] getting tilecache 1.4 working...

Adrian Zhao Adrian.Zhao at idvsolutions.com
Thu Feb 22 11:39:55 EST 2007


Thank you both very much.  I will try it later and let you know how it
goes.

I have a few other questions:

1. Can we consider TileCach as a middleware application?

2. How do I use TileCache in my application?

Client: 
We have a similar Flash client application like WorldKit to request WMS
and overlay it on the map, how do I use TileCache to take advantage of
its cache capability?

Server:
If I have a WMS server, like GeoServer, how do I integrate or tied into
TileCache?  

Thanks,
Adrian

-----Original Message-----
From: Schuyler Erle [mailto:sderle at metacarta.com] 
Sent: Thursday, February 22, 2007 11:13 AM
To: Adrian Zhao
Cc: Christopher Schmidt; tilecache at openlayers.org
Subject: Re: [Tilecache] getting tilecache 1.4 working...

* On 22-Feb-2007 at 10:56AM EST, Adrian Zhao said:
> 
> I am trying to set up TileCache on IIS at first time and it appears to
> be partially working since I can send 
> 
> 1) WMS request like this: [snip]
> 
> 2) WorldWind requests like this: [snip]
> 
> Both of them return images and it also cached on a local directory as
> defined in the configuration file (tilecache.cfg)
> 
> But I cannot make the TMS working send request like this:
> http://Localhost/TileCache/tilecache.cgi/1.0.0/basic/5/32/23.png

That's because the Python code uses the PATH_INFO CGI environment
variable to parse out the request, which Microsoft inexplicably
considers a security risk:

    http://support.microsoft.com/kb/q184320/

The above URL, I think, describes a workaround. If MS didn't publish
broken operating systems, of course, PATH_INFO wouldn't be the
security risk they seem to think it is.

SDE



More information about the Tilecache mailing list