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


The following commit(s) were added to refs/heads/745-daylight by this push:
     new af6acaaf Upgrade daylight to v1.33
af6acaaf is described below

commit af6acaaf17235a7de142d9a911108048f7e7b1a5
Author: Bertil Chapuis <[email protected]>
AuthorDate: Mon Nov 6 16:01:10 2023 +0100

    Upgrade daylight to v1.33
---
 daylight/workflow.js | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/daylight/workflow.js b/daylight/workflow.js
index c327d6fb..43f50cd2 100644
--- a/daylight/workflow.js
+++ b/daylight/workflow.js
@@ -107,16 +107,16 @@ export default {
                     "file": "data/preferred-localization.tsv",
                     "database": config.database,
                 },
-                // {
-                //     "type": "DownloadUrl",
-                //     "url": 
"https://daylight-map-distribution.s3.us-west-1.amazonaws.com/release/v1.32/important-features-v1.32.json";,
-                //     "path": "data/important-features.json"
-                // },
-                // {
-                //     "type": "ImportDaylightFeatures",
-                //     "file": "data/important-features.json",
-                //     "database": config.database,
-                // },
+                {
+                    "type": "DownloadUrl",
+                    "url": 
"https://daylight-map-distribution.s3.us-west-1.amazonaws.com/release/v1.33/important-features-v1.33.json";,
+                    "path": "data/important-features.json"
+                },
+                {
+                    "type": "ImportDaylightFeatures",
+                    "file": "data/important-features.json",
+                    "database": config.database,
+                },
                 {
                     "type": "DownloadUrl",
                     "url": 
"https://daylight-openstreetmap.s3.us-west-2.amazonaws.com/landcover/low.shp";,

Reply via email to