[Gist] https://gist.github.com/Hirosaji/a7d50df66a7f26989bd86f43850bf0a0
Built with blockbuilder.org
xxxxxxxxxx
<head>
<meta charset="utf-8">
<script src="https://d3js.org/d3.v5.min.js"></script>
<script src="https://d3js.org/d3-geo-projection.v2.min.js"></script>
<style>
.map-area {
width: 100%;
height: 480px;
}
.map-area svg {
width: 100%;
height: 480px;
stroke: black;
stroke-width: 0.5px;
fill: white;
fill-opacity: 0;
}
.map-area__frame {
stroke-width: 1.0px;
}
</style>
</head>
<body>
<select id="projectionMenu"></select>
<div class="map-area" id="mapID"></div>
<script src="./drawMap.js"></script>
</body>
https://d3js.org/d3.v5.min.js
https://d3js.org/d3-geo-projection.v2.min.js