Files
openfreemap/website_astro/src/components/StyleUrlBug.astro
Zsolt Ero 0ec3285382 astro
2024-06-13 02:50:07 +02:00

12 lines
268 B
Plaintext

<p>Use the following style in a MapLibre map:</p>
<pre
id="style-url-pre"><code id="style-url-code">https://tiles.openfreemap.org/styles/liberty</code></pre>
<style>
#style-url-pre {
background: #efefef;
padding: 14px;
font-weight: bold;
}
</style>