Skip to content

Instantly share code, notes, and snippets.

@jqtrde
Created April 21, 2014 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jqtrde/11144035 to your computer and use it in GitHub Desktop.
Save jqtrde/11144035 to your computer and use it in GitHub Desktop.
$.getJSON("./data.json", function(data) {
var map = L.map('map');
var geojson = L.geoJson(data).addTo(map);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment