I am trying to return a map of the USA with the top 100 cities (point data) labeled.  <div><br></div><div>SELECT * FROM cities ORDER BY pop_1990 DESC LIMIT 100;</div><div><br></div><div>The problem is it returns clusters of cities, for instance 7 dots on Chicago and 8 dots on Manhattan.  Is there a way to return the top 100 cities omitting ones that are too close to each other?</div>
<div><br></div><div>-Josh Jordan</div>