diff --git a/modules/save-and-load.js b/modules/save-and-load.js index 35f64e65..6c4741f3 100644 --- a/modules/save-and-load.js +++ b/modules/save-and-load.js @@ -436,6 +436,7 @@ function saveGeoJSON_Cells() { data += " \"id\": \""+i+"\",\n"; data += " \"height\": \""+height+"\",\n"; data += " \"biome\": \""+cells.biome[i]+"\",\n"; + data += " \"type\": \""+pack.features[cells.f[i]].type+"\",\n"; data += " \"population\": \""+getFriendlyPopulation(i)+"\",\n"; data += " \"state\": \""+cells.state[i]+"\",\n"; data += " \"province\": \""+cells.province[i]+"\",\n";