always use the ref as the label

This commit is contained in:
Kyle Hensel
2022-04-04 15:31:16 +12:00
parent e4ed585ce4
commit 8a4261ed7a
+3
View File
@@ -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]