D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
laurakurtzberg
Full window
Github gist
mapaAmazonia
Built with
blockbuilder.org
<!DOCTYPE html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="style.css"> <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> <script src='https://api.mapbox.com/mapbox.js/v2.4.0/mapbox.js'></script> <link href='https://api.mapbox.com/mapbox.js/v2.4.0/mapbox.css' rel='stylesheet' /> </head> <body> <div class="wrapper3"> <h2>Factors that Contribute to Degradation in the Amazon</h2> <div class="legendwrapper"> <nav id='menu-ui' class='menu-ui'></nav> <div id="map"></div> </div> </div> <script src="script.js"></script> </body> </html>
https://api.mapbox.com/mapbox.js/v2.4.0/mapbox.js