mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
refactor - change layers
This commit is contained in:
parent
3f863a5ca3
commit
aa8c3ab5fe
3 changed files with 26 additions and 8 deletions
|
|
@ -439,7 +439,7 @@
|
|||
<select
|
||||
data-tip="Select a map layers preset"
|
||||
id="layersPreset"
|
||||
onchange="changeLayersPreset(this.value)"
|
||||
onchange="handleLayersPresetChange(this.value)"
|
||||
style="width: 45%"
|
||||
>
|
||||
<option value="political" selected>Political map</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue