[Tilecache] IIS and tilecache url
Matt M
mattm8305 at yahoo.com
Fri Feb 29 12:30:22 EST 2008
I got this working. Apparently IIS has a different idea of what path info is.
For the url:
http://localhost/tilecache/tilecache.py/1.0.0/basic/0/0/0.png
IIS saw the path_info to be:
tilecache/tilecache.py/1.0.0/basic/0/0/0.png
TileCache expected it to be:
/1.0.0/basic/0/0/0.png
To hack around this I added the following to TMS.py in TileCache/Services/TMS.py
path = path.replace("tilecache/tilecache.py", "")
-Matt
----- Original Message ----
From: Matt M <mattm8305 at yahoo.com>
To: Christopher Schmidt <crschmidt at metacarta.com>
Cc: tilecache at openlayers.org
Sent: Friday, February 29, 2008 11:31:49 AM
Subject: Re: [Tilecache] IIS and tilecache url
I ran the following to get the tilecache demo to to work
adsutil set w3svc/AllowPathInfoForScriptMappings True
adsutil set w3svc/1/AllowPathInfoForScriptMappings Truehowever it doesn't seem to get the TMS request to work.
my url looks like
http://localhost/Gmap/tilecache/tilecache.py/1.0.0/basic/0/0/0.png
and i get the error:
An error occurred: The requested layer (tilecache) does not exist.-Matt
----- Original Message ----
From: Christopher Schmidt <crschmidt at metacarta.com>
To: Matt M <mattm8305 at yahoo.com>
Cc: tilecache at openlayers.org
Sent: Friday, February 29, 2008 11:20:22 AM
Subject: Re: [Tilecache] IIS and tilecache url
On Fri, Feb 29, 2008 at 08:06:15AM -0800, Matt M wrote:
> Hey guys,
>
> I successfully got the tilecache demo to run fine in IIS.
>
> I have one problem however. I don't want to use the bounding box params for my tile query but instead something like this.
>
> http:/localhost/tilecache.cgi/1.0.0/vmap0/0/0/0.png
>
> Is is possible to do this with IIS? Could I do something similar to &X=0&Y=0&Z=0 in the querystring? I just want to use x y z and not bbox.
"""
When using Tilecache with TMS style requests, you will need to change
your IIS configuration to allow PATH_INFO to be delivered to the CGI
script. http://support.microsoft.com/kb/q184320/ provides information
on this topic. If you do not do this, you will get an error message
like:
"The requested layer (tilecache.cgi) does not exist."
""" -- Readme.txt
Regards,
--
Christopher Schmidt
MetaCarta
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
_______________________________________________
Tilecache mailing list
Tilecache at openlayers.org
http://openlayers.org/mailman/listinfo/tilecache
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
More information about the Tilecache
mailing list