From 8a4261ed7aa2572a9748e452316309ac41e584a3 Mon Sep 17 00:00:00 2001 From: Kyle Hensel Date: Mon, 4 Apr 2022 15:31:16 +1200 Subject: [PATCH] always use the ref as the label --- modules/svg/labels.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/svg/labels.js b/modules/svg/labels.js index a24d5100b..fa0bcabd8 100644 --- a/modules/svg/labels.js +++ b/modules/svg/labels.js @@ -57,6 +57,9 @@ export function svgLabels(projection, context) { ['point', 'shop', '*', 10], ['point', 'tourism', '*', 10], ['point', 'camp_site', '*', 10], + ['line', 'ref', '*', 12], + ['area', 'ref', '*', 12], + ['point', 'ref', '*', 10], ['line', 'name', '*', 12], ['area', 'name', '*', 12], ['point', 'name', '*', 10]