Created
April 21, 2014 14:17
-
-
Save jqtrde/11144035 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.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