This document discusses distributing bulk rendering of OpenStreetMap (OSM) data on the Amazon cloud to generate offline map tiles. It notes that fully rendering the world at zoom level 15 would take 621 days, but distributing the process across Amazon EC2 and S3 could reduce it to 28 hours, a 2% reduction in time. The approach involves periodically downloading OSM data, splitting it into chunks, storing chunks on S3, launching EC2 instances to load chunks into Postgres and render map tiles from it, and storing rendered tiles on S3. This allows generating offline map tiles for mobile apps in a parallelized, distributed manner.
Related topics: