diff --git a/digiplan/static/config/layer_styles.json b/digiplan/static/config/layer_styles.json index 407fac11..36eebb98 100644 --- a/digiplan/static/config/layer_styles.json +++ b/digiplan/static/config/layer_styles.json @@ -21,6 +21,15 @@ "region-label": { "type": "symbol", "layout": { + "text-size": [ + "interpolate", + ["linear"], + ["zoom"], + 8, + 10, + 14, + 30 + ], "text-field": "{name}", "text-letter-spacing": 0.04, "text-radial-offset": 2,