From e2090a807dc5414f6a7214011023c520c2feee8e Mon Sep 17 00:00:00 2001 From: naoki Date: Wed, 15 Jun 2022 16:39:20 +0900 Subject: [PATCH] fix twon name --- layers/oc-label-town.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/layers/oc-label-town.yml b/layers/oc-label-town.yml index 24ed52f..ff7c81c 100644 --- a/layers/oc-label-town.yml +++ b/layers/oc-label-town.yml @@ -2,7 +2,7 @@ id: oc-label-town type: symbol source: oceanus source-layer: oc-label -minzoom: 6 +minzoom: 4 maxzoom: 6 filter: - all @@ -11,7 +11,7 @@ filter: - class - town layout: - text-padding: 2 + text-padding: 30 text-font: - Noto Sans Regular text-anchor: top @@ -20,10 +20,11 @@ layout: text-offset: - 0 - 0.6 - text-size: 12 + text-size: 10 text-max-width: 9 + icon-size: 0.5 paint: text-halo-blur: 0.5 - text-color: '#666' + text-color: '#000000' text-halo-width: 1 text-halo-color: '#ffffff'