aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/factory.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@mines-paris.org>2019-03-26 12:08:09 +0100
committerGitHub <noreply@github.com>2019-03-26 12:08:09 +0100
commita199edb807eea4439b98865d5cd33fa7e3fd0706 (patch)
treed48ff95e98c2bdf89f009c225223b2b9d09b5cb2 /src/iso19111/factory.cpp
parent1e575f4e18ac35c382207bbc7b732aa9f0d30d5e (diff)
parent0721a0b55c86febcf4df8507c5a825ffa95ae51a (diff)
downloadPROJ-a199edb807eea4439b98865d5cd33fa7e3fd0706.tar.gz
PROJ-a199edb807eea4439b98865d5cd33fa7e3fd0706.zip
Merge pull request #1369 from rouault/grid_fixes
Grid related fixes
Diffstat (limited to 'src/iso19111/factory.cpp')
-rw-r--r--src/iso19111/factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso19111/factory.cpp b/src/iso19111/factory.cpp
index b893faff..14421022 100644
--- a/src/iso19111/factory.cpp
+++ b/src/iso19111/factory.cpp
@@ -1024,8 +1024,8 @@ bool DatabaseContext::lookForGridInfo(const std::string &projFilename,
info.url = url;
info.directDownload = directDownload;
info.openLicense = openLicense;
- info.gridAvailable = gridAvailable;
}
+ info.gridAvailable = gridAvailable;
info.found = ret;
d->cache(projFilename, info);
return ret;