MapLibre - Equal Earth Asia-Pacific

MapLibre map using Web Mercator tile grid. Vector tiles styled with GL JSON.

HTML:

<div id='map'></div>

Javascript:

var map = new maplibregl.Map({
  container: 'map',
  style: location.origin + '/natural-earth-countries-style-asia-pacific.json'
});

Header:

<script src='https://unpkg.com/maplibre-gl@4.1.3/dist/maplibre-gl.js'></script>
<link href='https://unpkg.com/maplibre-gl@4.1.3/dist/maplibre-gl.css' rel='stylesheet' />