Skip to content

Instantly share code, notes, and snippets.

@garethpaul
Created January 21, 2020 04:50
Show Gist options
  • Select an option

  • Save garethpaul/6e141a28a983685e02f5dbf2224e2f8c to your computer and use it in GitHub Desktop.

Select an option

Save garethpaul/6e141a28a983685e02f5dbf2224e2f8c to your computer and use it in GitHub Desktop.
Power Map
<html>
<head>
<meta charset='utf-8' />
<title>Power Map</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.css' rel='stylesheet' />
<link href='https://fonts.googleapis.com/css?family=Roboto&display=swap' rel='stylesheet' />
<link href='styles.css' rel='stylesheet' />
</head>
<body>
<nav id='menu'></nav>
<div id='map'></div>
<script src='map-script.js'></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment