X-Git-Url: http://git.rrze.uni-erlangen.de/gitweb/?p=osmrrze.git;a=blobdiff_plain;f=scripts%2Fdeletecheaptiles.pl;fp=scripts%2Fdeletecheaptiles.pl;h=6b5d8178b7e13d4a02e72b452668d0499f4fcf8d;hp=eaab4120e31bfd760a8210a46838ee4cf8ca8648;hb=9705b3ad9c535beffc03683559f269dbfa267b48;hpb=d301d87301a2b0bb969eea340011a86fb323d12f diff --git a/scripts/deletecheaptiles.pl b/scripts/deletecheaptiles.pl index eaab412..6b5d817 100755 --- a/scripts/deletecheaptiles.pl +++ b/scripts/deletecheaptiles.pl @@ -10,7 +10,8 @@ $tiledirprefix = '/mnt/tiles/tiles/'; # Map for map-ID in DB to tile subdir. %tiledirmap = ( 1 => 'osm', 2 => 'osmde', - 4 => 'osmhd' + 4 => 'osmhd', + 5 => 'osmdehd' ); # What is the maximum rendertime to consider a tile useless? $maxuselesstime = 0.5;