Ignore Coordsys and print a warning

This commit is contained in:
Tor Harald Sandve
2024-02-06 09:29:10 +01:00
parent 675f11f186
commit 2ed3f924f2

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}},