mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.4.5
This commit is contained in:
parent
12e2600d35
commit
3f42f0c8c4
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ function saveGeoJSON_Markers() {
|
||||||
function getCellCoordinates(vertices) {
|
function getCellCoordinates(vertices) {
|
||||||
const p = pack.vertices.p;
|
const p = pack.vertices.p;
|
||||||
const coordinates = vertices.map(n => getQGIScoordinates(p[n][0], p[n][1]));
|
const coordinates = vertices.map(n => getQGIScoordinates(p[n][0], p[n][1]));
|
||||||
return coordinates.concat([coordinates[0]]);
|
return [coordinates.concat([coordinates[0]])];
|
||||||
}
|
}
|
||||||
|
|
||||||
function getRoutePoints(node) {
|
function getRoutePoints(node) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue