[Tilesathome] Lowzoom Place Labels displaced
Frederik Ramm
frederik at remote.org
Fri Sep 19 21:57:34 BST 2008
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 frederik at remote.org ## N49°00'09" E008°23'33"
More information about the Tilesathome
mailing list