From 6292f97f569fb9de69bbd4fac33966400692cd94 Mon Sep 17 00:00:00 2001 From: Willard Date: Fri, 7 Aug 2020 23:47:43 +0200 Subject: [PATCH] removed debug --- src/geojsons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/geojsons.cpp b/src/geojsons.cpp index 3480ac1..818e36c 100644 --- a/src/geojsons.cpp +++ b/src/geojsons.cpp @@ -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");