add new osmdehd map style
[osmrrze.git] / scripts / deletecheaptiles.pl
index eaab4120e31bfd760a8210a46838ee4cf8ca8648..6b5d8178b7e13d4a02e72b452668d0499f4fcf8d 100755 (executable)
@@ -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;
This page took 0.044887 seconds and 4 git commands to generate.