The purpose of this this small Rails application is to provider a simple & high-level status page for the internet.
bundle install
bin/rails sThe background SVG world map comes from https://simplemaps.com/resources/svg-world, on which we apply some fixes for inconsistencies in the data/simplemaps/process_map.rb script. So if the map needs updating, we should update the file in data/simplemaps and then run the script again to generate the processed version in lib/assets/images.
The Robinson projection has been fine-tuned for this map (which is unfortunately cropped on the sides), so in case of updates, it would be a good idea to verify the coordinates grid alignement again.