Skip to content

Commit

Permalink
added hint refs #11263
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Aug 9, 2022
1 parent dc3e480 commit 30d9cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netimport/NIImporter_OpenDrive.cpp
Expand Up @@ -2463,7 +2463,7 @@ NIImporter_OpenDrive::myCharacters(int element, const std::string& cdata) {
result = new GeoConvHelper(proj, myOffset, origBoundary, convBoundary);
GeoConvHelper::setLoaded(*result);
} catch (ProcessError& e) {
WRITE_ERROR("Could not set projection. (" + std::string(e.what()) + ")");
WRITE_ERROR("Could not set projection (" + std::string(e.what()) + "). This can be ignored with --ignore-errors.");
}
}
} else {
Expand Down

0 comments on commit 30d9cad

Please sign in to comment.