mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
button order
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
<p>Choose a style:</p>
|
<p>Choose a style:</p>
|
||||||
<div class="button-container">
|
<div class="button-container">
|
||||||
|
<button onclick="selectStyle(event, 'positron')" class="btn">Positron</button>
|
||||||
<button onclick="selectStyle(event, 'bright')" class="btn">Bright</button>
|
<button onclick="selectStyle(event, 'bright')" class="btn">Bright</button>
|
||||||
<button onclick="selectStyle(event, 'liberty')" class="btn selected">Liberty</button>
|
<button onclick="selectStyle(event, 'liberty')" class="btn selected">Liberty</button>
|
||||||
<button onclick="selectStyle(event, 'positron')" class="btn">Positron</button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Use the following style in a MapLibre map:</p>
|
<p>Use the following style in a MapLibre map:</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user