Merge pull request #3104 from fredrik-lindseth/patch-1
Format openstreetmap.org/stats/data_stats
This commit is contained in:
commit
8ecb53b869
1 changed files with 5 additions and 4 deletions
|
@ -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>"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue