We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The map is initially very slow after adding metro areas. Running a query like this:
UPDATE metroarea SET the_geom = ST_Simplify(the_geom, .005);
speeds it considerably.