From 27fc0d1bfdefbc69450781c16bb43198b857f95d Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 14 Aug 2025 13:46:48 +0200 Subject: =?UTF-8?q?Use=20.GetDataSet()=20from=20gdal=20=E2=89=A53.9=20inst?= =?UTF-8?q?ead=20of=20passing=20the=20ds=20around.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webmap-import | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webmap-import') diff --git a/webmap-import b/webmap-import index ef728a9..95c3b41 100755 --- a/webmap-import +++ b/webmap-import @@ -274,7 +274,7 @@ def processOutputLayer(ds : gdal.Dataset, # setup output field mapping in the sources dictionary setOutputFieldMap(lyr.GetLayerDefn(), sources) - return importSources(dso=ds, lyr=lyr, sources=sources, + return importSources(lyr=lyr, sources=sources, cachedir=cachedir, extent=extent, dsoTransaction=dsTransaction, lyrcache=lyrcache, -- cgit v1.2.3