changeset 4669:65845c6522fb

Fixed EPSG call in iso regeneration import.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 14 Oct 2019 18:01:38 +0200
parents 63c529172334
children b018a9f2db74
files pkg/imports/isr.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/imports/isr.go	Mon Oct 14 17:23:56 2019 +0200
+++ b/pkg/imports/isr.go	Mon Oct 14 18:01:38 2019 +0200
@@ -191,7 +191,7 @@
 			}
 			if _, err := insertAreasStmt.ExecContext(
 				ctx,
-				sr, hs[i], tree.EPSG,
+				sr, hs[i], tree.EPSG(),
 				a.AsWKB(),
 				contourTolerance,
 			); err != nil {