You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding zone export to GeoJSON, added versioning and hash updates (#1312)
* Adding zone export to GeoJSON, added versioning and hash updates
* Fixing copilot findings and test not using production code call
* Correcting collection of disconnected features
---------
Co-authored-by: Joe McMahon <joe@mcmahongroup.org>
Co-authored-by: Azgaar <maxganiev@yandex.com>
Copy file name to clipboardExpand all lines: public/versioning.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
* Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2
14
14
*/
15
15
16
-
constVERSION="1.112.3";
16
+
constVERSION="1.112.4";
17
17
if(parseMapVersion(VERSION)!==VERSION)alert("versioning.js: Invalid format or parsing function");
18
18
19
19
{
@@ -49,6 +49,7 @@ if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format o
49
49
<li>New routes generation algorithm</li>
50
50
<li>Routes overview tool</li>
51
51
<li>Configurable longitude</li>
52
+
<li>Export zones to GeoJSON</li>
52
53
</ul>
53
54
54
55
<p>Join our <a href="${discord}" target="_blank">Discord server</a> and <a href="${reddit}" target="_blank">Reddit community</a> to ask questions, share maps, discuss the Generator and Worlbuilding, report bugs and propose new features.</p>
0 commit comments