From 63c7ba2e229bfd94389d17bdedc002489232027f Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 14 Feb 2019 16:38:08 +0100 Subject: Coordinate operations where a grid is present, but not in grid_alternatives table, should be considered as known to be sorted first --- src/iso19111/coordinateoperation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/iso19111/coordinateoperation.cpp b/src/iso19111/coordinateoperation.cpp index 14b1024d..d964cdc1 100644 --- a/src/iso19111/coordinateoperation.cpp +++ b/src/iso19111/coordinateoperation.cpp @@ -10018,7 +10018,7 @@ struct FilterResults { !gridDesc.available) { gridsAvailable = false; } - if (gridDesc.packageName.empty()) { + if (gridDesc.packageName.empty() && !gridDesc.available) { gridsKnown = false; } } -- cgit v1.2.3