Built with blockbuilder.org
xxxxxxxxxx
<html lang="en">
<head>
<meta charset="utf-8">
<title>Map</title>
<link rel="stylesheet" type="text/css" href="otherProjection.css" >
<!--<script type="text/javascript" src="d3.v4.js"></script>-->
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="https://d3js.org/topojson.v1.min.js"></script>
<style>
* {font-family: 'Helvetica Neue'}
p {font-size: 0.85em;}
svg {background: #efefef}
</style>
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.33.1/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.33.1/mapbox-gl.css' rel='stylesheet' />
<link href='style.css' rel='stylesheet' />
</head>
<body>
<div id="map"></div>
<!-- Topojson library -->
<!-- -->
<script type="text/javascript" src="otherProjection.js"></script>
</body>
</html>
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://d3js.org/topojson.v1.min.js to a secure url
https://d3js.org/d3.v3.min.js
https://d3js.org/topojson.v1.min.js
https://api.tiles.mapbox.com/mapbox-gl-js/v0.33.1/mapbox-gl.js