|
8 | 8 | <meta name="author" content="Azgaar (Max Ganiev)"> |
9 | 9 | <meta name="description" content="Azgaar's Fantasy Map Generator and Editor"> |
10 | 10 | <meta name="google" content="notranslate"> |
| 11 | + <meta name="google-site-verification" content="6N9TRdPptDN1dCZKaMA5zJ-_UmNQE-3c4VizSlQcEeU"/> |
11 | 12 | <meta property="og:url" content="https://azgaar.github.io/Fantasy-Map-Generator"> |
12 | 13 | <meta property="og:title" content="Azgaar's Fantasy Map Generator"> |
13 | 14 | <meta property="og:description" content="Web application generating interactive and customizable maps"> |
|
1769 | 1770 | <button id="regenerateProvinces" data-tip="Click to regenerate provinces. States will remain as they are">Provinces</button> |
1770 | 1771 | <button id="regenerateReligions" data-tip="Click to regenerate religions">Religions</button> |
1771 | 1772 | <button id="regenerateMarkers" data-tip="Click to regenerate markers">Markers</button> |
| 1773 | + <button id="regenerateZones" data-tip="Click to regenerate zones">Zones</button> |
1772 | 1774 | </div> |
1773 | 1775 |
|
1774 | 1776 | <div id="addFeature"> |
|
2772 | 2774 | </div> |
2773 | 2775 |
|
2774 | 2776 | <div id="zonesBottom"> |
| 2777 | + <button id="zonesEditorRefresh" data-tip="Refresh the Editor" class="icon-cw"></button> |
2775 | 2778 | <button id="zonesEditStyle" data-tip="Edit zones style in Style Editor" class="icon-adjust"></button> |
2776 | 2779 | <button id="zonesLegend" data-tip="Toggle Legend box" class="icon-list-bullet"></button> |
2777 | 2780 | <button id="zonesPercentage" data-tip="Toggle percentage / absolute values views" class="icon-percent"></button> |
|
3043 | 3046 | <script defer src="modules/ui/cultures-editor.js"></script> |
3044 | 3047 | <script defer src="modules/ui/namesbase-editor.js"></script> |
3045 | 3048 | <script defer src="modules/ui/routes-editor.js"></script> |
| 3049 | + <script defer src="modules/ui/lakes-editor.js"></script> |
3046 | 3050 | <script defer src="modules/ui/labels-editor.js"></script> |
3047 | 3051 | <script defer src="modules/ui/rivers-editor.js"></script> |
3048 | 3052 | <script defer src="modules/ui/relief-editor.js"></script> |
|
0 commit comments