]> git.openstreetmap.org Git - chef.git/commitdiff
Set CGIMAP_BBOX_SIZE_LIMIT_UPLOAD for dev instances
authorTom Hughes <tom@compton.nu>
Thu, 20 Jun 2024 17:12:45 +0000 (18:12 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 20 Jun 2024 17:12:45 +0000 (18:12 +0100)
cookbooks/dev/templates/default/cgimap.environment.erb

index 485d58e87b6f4843324a2c2b5bbf6b2b68db1876..2dacd9982078613dc93c587421d3bebc90de94f3 100644 (file)
@@ -13,6 +13,7 @@ CGIMAP_MAP_NODES"<%= node[:web][:max_number_of_nodes] %>"
 CGIMAP_MAX_WAY_NODES="<%= node[:web][:max_number_of_way_nodes] %>"
 CGIMAP_MAX_RELATION_MEMBERS="<%= node[:web][:max_number_of_relation_members] %>"
 CGIMAP_RATELIMIT_UPLOAD="true"
+CGIMAP_BBOX_SIZE_LIMIT_UPLOAD="true"
 <% Hash(@options).each do |name, value| -%>
 CGIMAP_<%= name.to_s.upcase %>="<%= value %>"
 <% end -%>