mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
bugfix
This commit is contained in:
parent
08f8348a38
commit
607d573b83
1 changed files with 0 additions and 2 deletions
|
|
@ -69,8 +69,6 @@ function getRiverPoints(node) {
|
||||||
|
|
||||||
function saveGeoJSON_Cells() {
|
function saveGeoJSON_Cells() {
|
||||||
let data = "{ \"type\": \"FeatureCollection\", \"features\": [\n";
|
let data = "{ \"type\": \"FeatureCollection\", \"features\": [\n";
|
||||||
data += "{\n \"type\": \"Feature\",\n \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [[";
|
|
||||||
|
|
||||||
|
|
||||||
const cells = pack.cells;
|
const cells = pack.cells;
|
||||||
const v = pack.vertices;
|
const v = pack.vertices;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue