-2

Why does website performance improve very significantly when (for example, 100,000) markers are loaded on Google Maps from a Google Fusion Table versus loading the markers from a locally stored JSON file storing the same data

D_M
  • 87
  • 10

1 Answers1

0

FusionTablesLayer uses tile based rendering (the tiles are rendered on Google's server), loading a DataLayer from a JSON file doesn't, your browser loads the file locally, then renders the data.

geocodezip
  • 158,664
  • 13
  • 220
  • 245