diff --git a/layers/landcover-wood.yml b/layers/landcover-wood.yml index 06a5949..c4832cf 100644 --- a/layers/landcover-wood.yml +++ b/layers/landcover-wood.yml @@ -9,7 +9,7 @@ filter: layout: visibility: visible paint: - fill-color: '#BEE09D' + fill-color: '#B8E88C' fill-opacity: stops: - - 11 diff --git a/layers/oc-forest.yml b/layers/oc-forest.yml index eef3555..ece270a 100644 --- a/layers/oc-forest.yml +++ b/layers/oc-forest.yml @@ -7,4 +7,4 @@ maxzoom: 8 layout: visibility: visible paint: - fill-color: '#BEE09D' \ No newline at end of file + fill-color: '#5CC780' \ No newline at end of file diff --git a/layers/oc-ocean.yml b/layers/oc-ocean.yml index 30eefe9..4b69473 100644 --- a/layers/oc-ocean.yml +++ b/layers/oc-ocean.yml @@ -15,25 +15,25 @@ paint: - match - ['get', 'depth'] - 200 - - "#02b7ed" + - "#9EDCFF" - 1000 - - "#02aae4" + - "#97D8FF" - 2000 - - "#0293d4" + - "#8ED2FF" - 3000 - - "#0288cd" + - "#86CDFF" - 4000 - - "#0479c3" + - "#7FC9FF" - 5000 - - "#0563b5" + - "#78C5FF" - 6000 - - "#0645a1" + - "#70C0FF" - 7000 - - "#072d91" + - "#69BCFF" - 8000 - - "#081a84" + - "#62B8FF" - 9000 - - "#090979" + - "#5CB4FF" - 10000 - - "#111188" - - "#98d1fc" + - "#52AEFF" + - "#48A8FF" diff --git a/layers/water.yml b/layers/water.yml index b2f45e5..96a99b3 100644 --- a/layers/water.yml +++ b/layers/water.yml @@ -5,4 +5,4 @@ source-layer: water layout: visibility: visible paint: - fill-color: rgba(152, 209, 252, 1) + fill-color: '#A6E0FF' diff --git a/style.yml b/style.yml index b0f8a0c..10cbeec 100644 --- a/style.yml +++ b/style.yml @@ -1,6 +1,6 @@ $name: Geolonia Basic -$background: '#fefefe' +$background: '#CED0B9' # カスタマイズここまで