From 60d749db2d2351ff1d6fbaa9d3342376ea00bdb9 Mon Sep 17 00:00:00 2001 From: mpeltriaux Date: Thu, 4 Jul 2024 07:44:08 +0200 Subject: [PATCH] # Geopackage import configuration * corrects config for geopackage import support --- templates/map/client/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/map/client/config.json b/templates/map/client/config.json index 23efd2da..918ba3a4 100644 --- a/templates/map/client/config.json +++ b/templates/map/client/config.json @@ -112,7 +112,7 @@ }, "import": { - "geopackageLibURL": "/libs/geopackage/4.2.3/" + "geopackageLibURL": "/static/libs/geopackage/4.2.3/" }, "export": {