Skip to content

Instantly share code, notes, and snippets.

@milafrerichs
Created April 8, 2015 08:14
Show Gist options
  • Save milafrerichs/d6768d7ac736626e61df to your computer and use it in GitHub Desktop.
Save milafrerichs/d6768d7ac736626e61df to your computer and use it in GitHub Desktop.
VYOgpN
var map = new L.map('map', {
center : [42.339926, -83.04137],
zoom : 13
});
L.tileLayer('http://tile.stamen.com/toner/{z}/{x}/{y}.png', {
attribution: 'Stamen'
}).addTo(map);
var voices = cartodb.createLayer('map', 'http://opendetroit.cartodb.com/api/v2/viz/08140c18-8a05-11e3-ae46-0e49973114de/viz.json').addTo(map);
devPoints = cartodb.createLayer('map', 'http://opendetroit.cartodb.com/api/v2/viz/62a64dd6-4d7d-11e3-b48c-db82dabd16be/viz.json').addTo(map);
//var points = L.layerGroup([voices, devPoints]);
@import "bourbon"
#map
width: 400px
height: 400px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment