From 5eb1fa576b24f82358cc9fdf76b989f09ecb7bde Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Tue, 10 Jan 2017 17:59:16 +0100 Subject: [PATCH] Show transportation name earlier --- style.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/style.json b/style.json index a622b25..a52101a 100644 --- a/style.json +++ b/style.json @@ -3037,8 +3037,8 @@ [ "in", "admin_level", - "3", - "4" + 3, + 4 ] ], "layout": { @@ -3414,7 +3414,7 @@ "metadata": {}, "source": "openmaptiles", "source-layer": "transportation_name", - "minzoom": 8, + "minzoom": 7, "filter": [ "all", [ @@ -3449,7 +3449,8 @@ 0.1 ], "text-rotation-alignment": "viewport", - "text-size": 10 + "text-size": 10, + "icon-size": 0.8 }, "paint": {} },