UNPKG

basemapkit

Version:

<p align="center"> <img src="./public/logo.svg" alt="Basemapkit logo" width="400px"></img> </p> <p align="center"> Basemaps for <a href="https://maplibre.org/maplibre-gl-js/docs/">Maplibre GL JS</a> + <a href="https://protomaps.com/">Protomaps</a> </p>

33 lines (31 loc) 957 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>basemapkit</title> </head> <body> <div id="basemapkit-version"></div> <div id="style-editor" class="hidden"> <textarea id="code-editor" rows="30" cols="40" spellcheck="false" wrap="off" ></textarea> <div id="button-container"> <button id="reset-style-bt" class="button">Reset</button> <button id="validate-style-bt" class="button">Show</button> </div> </div> <img id="logo-img" alt="basemapkit logo" src="/logo.svg"/> <a id="gh-link" href="https://github.com/jonathanlurie/basemapkit"> <img alt="github logo" src="/github-logo-duotone.svg"/> </a> <select id="style-dd"></select> <div id="app"></div> <script type="module" src="/src/main.ts"></script> </body> </html>