Skip to content

Commit

Permalink
added gen ai comment
Browse files Browse the repository at this point in the history
  • Loading branch information
john-chrosniak committed Dec 4, 2024
1 parent 49eeff0 commit 60521ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ void GeoJsonGraphFileSaver::loadEdgesFromGraph(
void GeoJsonGraphFileSaver::convertMetaDataToJson(
const Metadata & metadata, Json & json_metadata)
{
/* Function partially created using GPT */
for (auto itr = metadata.data.begin(); itr != metadata.data.end(); itr++) {
if (itr->second.type() == typeid(std::string)) {
json_metadata[itr->first] = std::any_cast<std::string>(itr->second);
Expand Down

0 comments on commit 60521ab

Please sign in to comment.