From 4a1619597c81378f072db947fac6d77d4f9e7ddf Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:45:56 -0400 Subject: [PATCH] Reduce trail label size --- js/mapController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/mapController.js b/js/mapController.js index 52e45e6..5fb2879 100644 --- a/js/mapController.js +++ b/js/mapController.js @@ -534,7 +534,7 @@ function loadTrailLayers() { "type": "symbol", "layout": { "text-font": ["Americana-Regular"], - "text-size": 13, + "text-size": 12, "symbol-placement": "line" }, "paint": {