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

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

Embedding 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>
<script src="https://embed.githubusercontent.com/view/geojson/brooksandrew/postman_problems_examples/master/50states/maps/state_avenues_all.geojson"></script>
Clone this wiki locally