mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
css
This commit is contained in:
@@ -2,13 +2,17 @@
|
||||
|
||||
<p>
|
||||
Choose a style:
|
||||
<button onclick="selectStyle('bright')">Bright</button>
|
||||
<button onclick="selectStyle('liberty')">Liberty</button>
|
||||
<button onclick="selectStyle('positron')">Positron</button>
|
||||
<div class="button-container">
|
||||
<button onclick="selectStyle('bright')">Bright</button>
|
||||
<button onclick="selectStyle('liberty')">Liberty</button>
|
||||
<button onclick="selectStyle('positron')">Positron</button>
|
||||
</div>
|
||||
</p>
|
||||
<p style="margin-bottom: 2em">
|
||||
Use the following style in a MapLibre map:
|
||||
<code id="style-url-code">https://tiles.openfreemap.org/styles/liberty</code>
|
||||
<code id="style-url-code">
|
||||
<span>https://tiles.openfreemap.org</span><span>/styles</span><span>/liberty</span>
|
||||
</code>
|
||||
</p>
|
||||
|
||||
<input type="checkbox" id="col1" class="col-chk" />
|
||||
|
||||
Reference in New Issue
Block a user