Skip to content

Instantly share code, notes, and snippets.

View elygeo's full-sized avatar

Geoffrey Ely elygeo

View GitHub Profile
@elygeo
elygeo / lang.html
Last active December 9, 2023 01:25
Add language config to Mapbox Standard style
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Configure style language</title>
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
<link rel="stylesheet" href="https://api.mapbox.com/mapbox-gl-js/v3.0.1/mapbox-gl.css">
<script src="https://api.mapbox.com/mapbox-gl-js/v3.0.1/mapbox-gl.js"></script>
<style>
body { margin: 0; padding: 0; }