Merge pull request #5161 from totto82/coordssys

Ignore Coordsys and print a warning
This commit is contained in:
Markus Blatt
2024-02-06 16:19:09 +01:00
committed by GitHub

View File

@@ -106,7 +106,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"CPIFACTL", {true, std::nullopt}},
{"CONNECTION", {true, std::nullopt}},
{"CONNECTION_PROBE", {true, std::nullopt}},
{"COORDSYS", {true, std::nullopt}},
{"COORDSYS", {false, std::string{"Multiple grid systems not supported, COORDSYS is ignored."}}},
{"COPYBOX", {true, std::nullopt}},
{"CRITPERM", {true, std::nullopt}},
{"DATUMR", {true, std::nullopt}},