Skip to content

Instantly share code, notes, and snippets.

View faisalchohan's full-sized avatar

Faisal Chohan faisalchohan

  • Cogilent Solutions
View GitHub Profile
@dideler
dideler / 0-startup-overview.md
Last active August 7, 2024 12:55
Startup Engineering notes
<script type='text/javascript'>
// Declare variables
var m, mm, interaction;
// Set initial map layer
var layer = 'mapbox.tornadoes-2010';
// Static part of the map url
var urlBase = 'http://api.tiles.mapbox.com/v3/mapbox.blue-marble-topo-jul,mapbox.world-borders-light,';
// Full map url
var url = urlBase + layer + '.jsonp';