From: Grant Slater Date: Sun, 26 Jan 2020 13:28:24 +0000 (+0000) Subject: planet: Add ratelimit header notice X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/1606b7fa632d87b954f086c4cd0fa0fa2fd17f40 planet: Add ratelimit header notice --- diff --git a/cookbooks/planet/files/default/html/HEADER.html b/cookbooks/planet/files/default/html/HEADER.html index 751751ae3..bfc458b96 100644 --- a/cookbooks/planet/files/default/html/HEADER.html +++ b/cookbooks/planet/files/default/html/HEADER.html @@ -1,3 +1,4 @@

planet.openstreetmap.org

If you find data within OpenStreetMap that you believe is an infringement of someone else's copyright, then please make contact with the OpenStreetMap Data Working Group.

More Information about Planet.osm

+

WARNING Download speeds are currently restricted to 400 KB/s due to limited available capacity on our Internet connection. Please use a mirror if possible.

> diff --git a/cookbooks/planet/files/default/html/style.css b/cookbooks/planet/files/default/html/style.css index 0a7afa9d0..600622fa2 100644 --- a/cookbooks/planet/files/default/html/style.css +++ b/cookbooks/planet/files/default/html/style.css @@ -52,3 +52,10 @@ table#about tr td font-size: 100%; white-space: normal; } + +.alert { + padding: 20px; + background-color: #ff9800; /* Orange */ + color: white; + margin-bottom: 15px; +}