Skip to content

Speeding up the Map

mattwigway edited this page Jul 10, 2012 · 1 revision

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.

Clone this wiki locally