[Tilecache] Incorrect value for OnlineResource
Christian Schmidt
christian.schmidt at cismet.de
Thu Mar 27 07:07:24 EDT 2008
Hi,
I've found an Solution that works for me.
In Service.py I changed the line
host = "http://" + apacheReq.headers_in["Host"]
into
host = "http://" + apacheReq.headers_in["Host"] + apacheReq.uri
and now the OnlineResource tag has the correct value.
Regards,
Christian
--
View this message in context: http://www.nabble.com/Incorrect-value-for-OnlineResource-tp16300783p16324296.html
Sent from the TileCache mailing list archive at Nabble.com.
More information about the Tilecache
mailing list