Skip to content
Andrew Brooks edited this page Nov 19, 2017 · 3 revisions

Loading multiple Leaflet maps is slow... exploring potential ways to make it more efficient and take load off browser.

Embedding w iframe:

<iframe src="https://cdn.rawgit.com/brooksandrew/50states/master/maps/state_avenues_all.html"></iframe>

Embedding geojson

<script src="https://embed.githubusercontent.com/view/geojson/brooksandrew/50states/master/maps/state_avenues_all.geojson"></script>
Clone this wiki locally