From 68509c802055daa4ac22024c6a64855adc7f6d23 Mon Sep 17 00:00:00 2001 From: naoki Date: Wed, 15 Jun 2022 16:00:04 +0900 Subject: [PATCH] fix pref border --- layers/oc-boundary-land-level-1-ja.yml | 27 +++++++++++++------------- layers/oc-boundary-land-level-1.yml | 15 +++++++++++--- style.yml | 2 +- 3 files changed, 26 insertions(+), 18 deletions(-) diff --git a/layers/oc-boundary-land-level-1-ja.yml b/layers/oc-boundary-land-level-1-ja.yml index 558a02d..95e2576 100644 --- a/layers/oc-boundary-land-level-1-ja.yml +++ b/layers/oc-boundary-land-level-1-ja.yml @@ -15,20 +15,19 @@ filter: layout: line-join: round paint: - line-color: - stops: - - - 4 - - 'rgba(102,102,102,0.7)' - - - 7 - - 'rgba(136,136,136,0.7)' + line-color: '#9e9cab' line-dasharray: + stops: + - - 3 + - [1, 2] + - - 6 + - [5, 5] + line-width: 1 + line-blur: + - interpolate + - - linear + - - zoom - 3 - 1 - - 1 - - 1 - line-width: - stops: - - - 4 - - 0.5 - - - 7 - - 1.8 + - 6 + - 0 diff --git a/layers/oc-boundary-land-level-1.yml b/layers/oc-boundary-land-level-1.yml index 2b0148c..a24f54c 100644 --- a/layers/oc-boundary-land-level-1.yml +++ b/layers/oc-boundary-land-level-1.yml @@ -15,8 +15,17 @@ layout: paint: line-color: '#9e9cab' line-dasharray: + stops: + - - 3 + - [1, 2] + - - 6 + - [5, 5] + line-width: 1 + line-blur: + - interpolate + - - linear + - - zoom - 3 - 1 - - 1 - - 1 - line-width: 1 + - 6 + - 0 diff --git a/style.yml b/style.yml index 05a0975..770815d 100644 --- a/style.yml +++ b/style.yml @@ -49,7 +49,7 @@ layers: - !!inc/file layers/oc-highway-inner-ja.yml - !!inc/file layers/oc-highway-inner.yml - !!inc/file layers/oc-boundary-land-level-1-ja.yml - # - !!inc/file layers/oc-boundary-land-level-1.yml + - !!inc/file layers/oc-boundary-land-level-1.yml - !!inc/file layers/oc-boundary-land-level-0.yml - !!inc/file layers/oc-water-name-ocean.yml - !!inc/file layers/oc-water-name-other.yml