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..bb59599 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: '#7CDE9A' \ No newline at end of file diff --git a/layers/oc-ocean.yml b/layers/oc-ocean.yml index 30eefe9..d6c4291 100644 --- a/layers/oc-ocean.yml +++ b/layers/oc-ocean.yml @@ -15,25 +15,25 @@ paint: - match - ['get', 'depth'] - 200 - - "#02b7ed" + - "#5BC2F8" - 1000 - - "#02aae4" + - "#52BAF7" - 2000 - - "#0293d4" + - "#4AB2F7" - 3000 - - "#0288cd" + - "#40A8F6" - 4000 - - "#0479c3" + - "#36A0F5" - 5000 - - "#0563b5" + - "#319BF6" - 6000 - - "#0645a1" + - "#2A94F5" - 7000 - - "#072d91" + - "#238DF4" - 8000 - - "#081a84" + - "#1C88F4" - 9000 - - "#090979" + - "#147FF3" - 10000 - - "#111188" - - "#98d1fc" + - "#0E7AF2" + - "#0673F2" diff --git a/layers/water.yml b/layers/water.yml index b2f45e5..1bc89f0 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: rgba(101, 203, 249, 1) diff --git a/style.yml b/style.yml index b0f8a0c..d23d3b2 100644 --- a/style.yml +++ b/style.yml @@ -1,6 +1,6 @@ $name: Geolonia Basic -$background: '#fefefe' +$background: '#E1E8D5' # カスタマイズここまで