Merge pull request #3104 from fredrik-lindseth/patch-1

Format openstreetmap.org/stats/data_stats
This commit is contained in:
Andy Allan 2021-04-28 11:58:10 +01:00 committed by GitHub
commit 8ecb53b869
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,8 @@ puts "<title>OpenStreetMap Statistics</title>"
puts "<style>th { text-align: left }</style>"
puts "</head>"
puts "<body>"
puts "<h2>OpenStreetMap stats report run at #{start_time}</h2>"
puts "<h1>OpenStreetMap stats</h1>"
puts "<h2>Report run at #{start_time}</h2>"
begin
ActiveRecord::Base.transaction do
@ -29,7 +30,7 @@ begin
puts "<tr><td>Number of relations</td><td>#{relation_count}</td></tr>"
puts "</table>"
puts "<h2>Top 50 users for uploads of GPS data</h2>"
puts '<h2 id="top-traces">Top 50 users for uploads of GPS data</h2>'
puts "<table>"
puts "<tr><th>User</th><th>Number of Points</th></tr>"
@ -40,7 +41,7 @@ begin
puts "</table>"
puts "<h2>Number of users editing over the past...</h2>"
puts '<h2 id="number-of-editors">Number of users editing over the past...</h2>'
puts "<table>"
puts "<tr><th>Data Type</th><th>Day</th><th>Week</th><th>Month</th></tr>"
@ -58,7 +59,7 @@ begin
puts "</table>"
puts "<h2>Top users editing over the past...</h2>"
puts '<h2 id="top-editors">Top users editing over the past...</h2>'
puts "<table>"
puts "<tr><th>Day</th><th>Week</th><th>Month</th></tr>"