We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 298c714 + 63c491e commit 89c2aefCopy full SHA for 89c2aef
src/iso19111/c_api.cpp
@@ -204,11 +204,9 @@ PJ *pj_obj_create(PJ_CONTEXT *ctx, const BaseObjectNNPtr &objIn) {
204
bTryToExportToProj = false;
205
}
206
if (bTryToExportToProj) {
207
- auto dbContext = getDBcontextNoException(ctx, __FUNCTION__);
208
try {
209
auto formatter = PROJStringFormatter::create(
210
- PROJStringFormatter::Convention::PROJ_5,
211
- std::move(dbContext));
+ PROJStringFormatter::Convention::PROJ_5, nullptr);
212
auto projString = coordop->exportToPROJString(formatter.get());
213
const bool defer_grid_opening_backup = ctx->defer_grid_opening;
214
if (!defer_grid_opening_backup &&
0 commit comments