This document proposes a new algorithm called Spread and PageRank to determine which airports to display on interactive maps at different zoom levels. It combines two metrics: PageRank, which measures an airport's connectivity to other important airports, and Spread, which measures the distance to the nearest airport of higher rank. This avoids having airports bunch together or leave large empty spaces. The algorithm pre-calculates PageRank and Spread for all airports, then displays the top N airports at each zoom level based on the product of their Rank and Spread scores. This flexible approach can be applied beyond airports to display various map objects in a spaced-out manner based on both connectivity and coverage area.