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: 'https://equal.bbox.earth/natural-earth-countries-style-asia-pacific.json'
});

Header:

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