This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to branch fix-daylight
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git

commit cfd4335b64898df6ed503f85264f2742148e356f
Author: Bertil Chapuis <[email protected]>
AuthorDate: Sun Jan 14 12:34:26 2024 +0100

    Fix leisure layer
---
 daylight/workflow.js | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/daylight/workflow.js b/daylight/workflow.js
index 9df4a0de..aef8e1a9 100644
--- a/daylight/workflow.js
+++ b/daylight/workflow.js
@@ -393,30 +393,30 @@ export default {
             ]
         },
         {
-            "id": "openstreetmap-leisure",
+            "id": "daylight-leisure",
             "needs": [
-                "openstreetmap-polygon"
+                "daylight-polygon"
             ],
             "tasks": [
                 {
                     "type": "ExecuteSql",
-                    "file": "layers/leisure/clean.sql",
+                    "file": "../basemap/layers/leisure/clean.sql",
                     "database": config.database,
                 },
                 {
                     "type": "ExecuteSql",
-                    "file": "layers/leisure/prepare.sql",
+                    "file": "../basemap/layers/leisure/prepare.sql",
                     "database": config.database,
                 },
                 {
                     "type": "ExecuteSql",
-                    "file": "layers/leisure/simplify.sql",
+                    "file": "../basemap/layers/leisure/simplify.sql",
                     "database": config.database,
                     "parallel": true,
                 },
                 {
                     "type": "ExecuteSql",
-                    "file": "layers/leisure/index.sql",
+                    "file": "../basemap/layers/leisure/index.sql",
                     "database": config.database,
                     "parallel": true
                 },

Reply via email to