Skip to content

Instantly share code, notes, and snippets.

@harllos
Last active March 14, 2019 23:55
Show Gist options
  • Save harllos/fbcaa6e27312727524515cfdfcc6157a to your computer and use it in GitHub Desktop.
Save harllos/fbcaa6e27312727524515cfdfcc6157a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
 <meta charset='utf-8' />
 <title>Eleitores do RJ 2018</title>
 <meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
 <script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.53.0/mapbox-gl.js'></script>
 <script src="https://npmcdn.com/@turf/turf/turf.min.js"></script>
 <script src="https://unpkg.com/[email protected]/dist/supercluster.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/chroma-js/1.3.4/chroma.min.js"></script>
 <link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.53.0/mapbox-gl.css' ' rel='stylesheet' />
 <link href="https://api.mapbox.com/mapbox-assembly/v0.21.1/assembly.min.css" rel="stylesheet">
 <script async defer src="https://api.mapbox.com/mapbox-assembly/v0.21.1/assembly.js"></script>
 
 <style>
 body {
 margin: 0;
 padding: 0;
 }
#map {
 position: absolute;
 top: 0;
 bottom: 0;
 width: 100%;
 }
 </style>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment