Hi,
I'm currently looking into this whole caption tile generation
stuff... but is it possible that nobody ever tried lowzoom with the
current client?
The following code from Tileset.pm is basically equivalent to "if Z<12,
just bail out"...?
my $res = undef;
# download tile data in one piece *if* the tile is not too complex
if ($req->Z >= 12 && $req->{complexity} < 20000000)
{$res = ::DownloadFile($URL, $partialFile, 0)};
if ((! $res) and ($req->Z < 12))
{
# Fetching of lowzoom data from OSMXAPI failed
::addFault("nodataXAPI",1);
return (undef, "No data here! (OSMXAPI)")
}
Bye
Frederik
--
Frederik Ramm ## eMail [EMAIL PROTECTED] ## N49°00'09" E008°23'33"
_______________________________________________
Tilesathome mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/tilesathome