Stephan: "I ordered some ants online."
Russell: "I think you could have found fresher ants nearby."
This file contains 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
function drawIndexReportMap(){ | |
L.mapbox.accessToken = "YOUR_TOKEN"; | |
var map = L.mapbox.map("map", "lizvdk.knp8dn4m", { zoomControl: false }): | |
var featureLayer = L.mapbox.featureLayer().addTo(map); | |
featureLayer.on('layeradd', function (e) { | |
featureLayer.eachLayer(function(layer) { | |
var marker = e.layer, |
defaults write com.apple.screencapture location ~/Documents/Screenshots
killall SystemUIServer