MapLibre map using Web Mercator tile grid. Vector tiles styled with GL JSON.
<div id='map'></div>
var map = new maplibregl.Map({
container: 'map',
style: 'https://equal.bbox.earth/natural-earth-countries-style-americas.json'
});
<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' />