Skip to content

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWillard committed Aug 7, 2020
1 parent 539bdf9 commit 6292f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geojsons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ void writeGeojsons(grad_aff::Wrp& wrp, std::filesystem::path& basePathGeojson, c
writeRailways(basePathGeojson, objectMap["railway"]);

writeHouses(wrp, basePathGeojson);
writeObjects(wrp, basePathGeojson);
//writeObjects(wrp, basePathGeojson);
writeLocations(worldName, basePathGeojson);
writeRoads(wrp, worldName, basePathGeojson, objectMap);
writeSpecialIcons(wrp, basePathGeojson, 0, "tree");
Expand Down

0 comments on commit 6292f97

Please sign in to comment.