From 07b4aabde6d24a27171af8caff35207d2a422dc9 Mon Sep 17 00:00:00 2001 From: Martijn Versteegh Date: Fri, 30 Nov 2018 13:15:22 +0100 Subject: [PATCH] comment++ --- TileGenerator.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TileGenerator.cpp b/TileGenerator.cpp index 4e4c0ad..d691c0b 100644 --- a/TileGenerator.cpp +++ b/TileGenerator.cpp @@ -274,6 +274,9 @@ void TileGenerator::generate(const std::string &input, const std::string &output int trueXMin = m_xMin; int trueZMin = m_zMin; + // write info about the number of tiles and the tile sizes to a text file + // which can be used by another utility to generate zoom pyramids and/or + // add map annotations for a specific viewer. std::ostringstream mfn; mfn << "metadata_" << output << ".txt"; std::ofstream mf;