add new osmdehd map style
[osmrrze.git] / scripts / collectlogsintodb.pl
index 8092c7edd66919ace043ca35cee7ebe826493a1a..b16ac7c3ca90b19e0fced0214629de661ce529e3 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 
-# Where is the ftp stats database?
+# Where is the osm stats database?
 $statsdb = 'osmstats';
 
 # How many tiles are a metatile? These get merged / counted as one tile.
@@ -11,12 +11,14 @@ $metatilesize = 8;
 %stylemap = ( 'tiles'   => 1,
               'osmde'   => 2,
               'lowzoom' => 3,
-              'osmhd'   => 4
+              'osmhd'   => 4,
+              'osmdehd' => 5
             );
 
-%mapmap = ( 'osm'   => 1,
-            'osmde' => 2,
-            'osmhd' => 4
+%mapmap = ( 'osm'     => 1,
+            'osmde'   => 2,
+            'osmhd'   => 4,
+            'osmdehd' => 5
           );
 
 # -----------------------------------------------------------------------------
This page took 0.046595 seconds and 4 git commands to generate.