A Pen by Mila Frerichs on CodePen.
Created
April 8, 2015 08:14
-
-
Save milafrerichs/d6768d7ac736626e61df to your computer and use it in GitHub Desktop.
VYOgpN
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
#map |
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
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]); |
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
@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