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"
<% Hash(@options).each do |name, value| -%>
CGIMAP_<%= name.to_s.upcase %>="<%= value %>"
<% end -%>
:repository => "https://github.com/tomhughes/openstreetmap-website.git",
:revision => "next",
:cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git",
- :cgimap_revision => "master",
- :cgimap_options => {
- :ratelimit_upload => true
- }
+ :cgimap_revision => "master"
},
:comments => {
:repository => "https://github.com/ukasiu/openstreetmap-website.git",