From 1cbc64f7d510b2881cbd70cd54ec1c77f357a6ac Mon Sep 17 00:00:00 2001 From: Jin Igarashi Date: Mon, 18 Nov 2024 21:05:49 +0900 Subject: [PATCH] fix: fixed the position of waterway-label layer in positron to be the same order with other styles --- .changeset/clever-books-begin.md | 5 +++++ assets/positron.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/clever-books-begin.md diff --git a/.changeset/clever-books-begin.md b/.changeset/clever-books-begin.md new file mode 100644 index 0000000..503ed54 --- /dev/null +++ b/.changeset/clever-books-begin.md @@ -0,0 +1,5 @@ +--- +"@undp-data/style": patch +--- + +fix: fixed the position of waterway-label layer in positron to be the same order with other styles diff --git a/assets/positron.yml b/assets/positron.yml index d315191..470e5c2 100644 --- a/assets/positron.yml +++ b/assets/positron.yml @@ -36,7 +36,6 @@ layers: - !!inc/file positron/water_shadow.yml - !!inc/file positron/aeroway-runway.yml - !!inc/file positron/aeroway-taxiway.yml - - !!inc/file positron/waterway_label.yml - !!inc/file positron/tunnel_service_case.yml - !!inc/file positron/tunnel_minor_case.yml - !!inc/file positron/tunnel_sec_case.yml @@ -90,6 +89,7 @@ layers: - !!inc/file positron/building-top.yml - !!inc/file positron/boundary_country_outline.yml - !!inc/file positron/boundary_country_inner.yml + - !!inc/file positron/waterway_label.yml - !!inc/file positron/watername_ocean.yml - !!inc/file positron/watername_sea.yml - !!inc/file positron/watername_lake.yml