]> git.openstreetmap.org Git - chef.git/commitdiff
Extend the low zoom renderer to everything up to z12
authorTom Hughes <tom@compton.nu>
Fri, 21 Jun 2013 21:39:40 +0000 (22:39 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 21 Jun 2013 21:39:40 +0000 (22:39 +0100)
cookbooks/tile/templates/default/render-lowzoom.erb

index 7fa639185c4d6be7debcca219497a82c615bdeba..0cf6dae78bd4daac8e62d9d0bd35739d2b1a33cd 100644 (file)
@@ -17,7 +17,7 @@ render_old \
   --num-threads=<%= ( node[:cpu][:total] - 2 ) / 4 %> \
   --map="<%= name %>" \
   --timestamp=$(stat --printf=%Y ${project}) \
   --num-threads=<%= ( node[:cpu][:total] - 2 ) / 4 %> \
   --map="<%= name %>" \
   --timestamp=$(stat --printf=%Y ${project}) \
-  --min-zoom=0 --max-zoom=10
+  --min-zoom=0 --max-zoom=12
 
 # Update timestamp for style "<%= name %>"
 touch --reference="$project" "/srv/tile.openstreetmap.org/tiles/<%= name %>/planet-import-complete"
 
 # Update timestamp for style "<%= name %>"
 touch --reference="$project" "/srv/tile.openstreetmap.org/tiles/<%= name %>/planet-import-complete"