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

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

commit 2e0cdb6e9bbbd924ce27b9fa1f038f3d8883ee41
Author: Bertil Chapuis <[email protected]>
AuthorDate: Tue Aug 29 14:48:36 2023 +0200

    Import water polygons
---
 basemap/daylight/workflow.js | 25 +++++++++++++++++++------
 1 file changed, 19 insertions(+), 6 deletions(-)

diff --git a/basemap/daylight/workflow.js b/basemap/daylight/workflow.js
index 4a79b887..d0a2c24e 100644
--- a/basemap/daylight/workflow.js
+++ b/basemap/daylight/workflow.js
@@ -98,14 +98,27 @@ export default {
         //   "database": config.database,
         //   "srid": 3857
         // },
-        {
-          "type": "ImportOsmChange",
-          "file": "data/admin.osc",
-          "database": config.database,
-          "srid": 3857
-        },
+        // {
+        //   "type": "ImportOsmChange",
+        //   "file": "data/admin.osc",
+        //   "database": config.database,
+        //   "srid": 3857
+        // },
       ]
     },
+    {
+        "id": "openstreetmap-coastlines",
+        "needs": [],
+        "tasks": [
+          {
+            "type": "ImportShapefile",
+            "file": "data/coastlines/water_polygons.shp",
+            "database": config.database,
+            "sourceSRID": 4326,
+            "targetSRID": 3857
+          },
+        ]
+    }
     // {
     //   "id": "openstreetmap-nodes",
     //   "needs": [

Reply via email to