This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch 745-daylight
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
from 972ff782 Fix the coastline layer
add 2e74304e Add lancover layer
add 7938ba0f Add landcover data
No new revisions were added by this update.
Summary of changes:
.run/basemap-dev.run.xml | 8 ++--
.run/basemap-mbtiles.run.xml | 5 ---
.run/basemap-serve.run.xml | 8 ++--
.run/basemap-workflow.run.xml | 5 ---
.run/naturalearth-create.run.xml | 5 +++
.run/naturalearth-dev.run.xml | 5 +++
.../baremaps/database/calcite/CalciteTest.java | 1 +
daylight/config.js | 2 +-
daylight/layers/coastline/{overlay.js => style.js} | 0
daylight/layers/coastline/tileset.js | 4 +-
.../{coastline/index.sql => landcover/prepare.sql} | 10 ++++-
.../{coastline/overlay.js => landcover/style.js} | 38 ++++++++++++++----
.../layers/{coastline => landcover}/tileset.js | 9 +----
daylight/style.js | 7 +++-
daylight/tileset.js | 2 +
daylight/workflow.js | 45 +++++++++++++++++++---
16 files changed, 108 insertions(+), 46 deletions(-)
copy daylight/layers/coastline/{overlay.js => style.js} (100%)
copy daylight/layers/{coastline/index.sql => landcover/prepare.sql} (68%)
rename daylight/layers/{coastline/overlay.js => landcover/style.js} (51%)
copy daylight/layers/{coastline => landcover}/tileset.js (72%)