From d89326cdde3b90d45bf6a4d7e072e49f54da6576 Mon Sep 17 00:00:00 2001 From: Wentao Kuang Date: Tue, 12 Nov 2024 15:58:38 +1300 Subject: [PATCH 1/3] Add symbol placement for housenumber --- config/style/labels.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/style/labels.json b/config/style/labels.json index c794bc28..296ef3ba 100644 --- a/config/style/labels.json +++ b/config/style/labels.json @@ -912,6 +912,7 @@ "text-anchor": "bottom", "text-field": "{housenumber}", "text-font": ["Roboto Bold Italic"], + "symbol-placement": "point" , "text-size": { "stops": [ [17, 10], From 27beb77b84667d7fc615fb23cbdca4b8e91e5640 Mon Sep 17 00:00:00 2001 From: Wentao Kuang Date: Tue, 12 Nov 2024 15:58:46 +1300 Subject: [PATCH 2/3] Add symbol placement for housenumber --- config/style/labels.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/style/labels.json b/config/style/labels.json index 296ef3ba..4712e9fb 100644 --- a/config/style/labels.json +++ b/config/style/labels.json @@ -912,7 +912,7 @@ "text-anchor": "bottom", "text-field": "{housenumber}", "text-font": ["Roboto Bold Italic"], - "symbol-placement": "point" , + "symbol-placement": "point", "text-size": { "stops": [ [17, 10], From f796fffd24493221486bb942e6e59521617c8658 Mon Sep 17 00:00:00 2001 From: Wentao Kuang Date: Tue, 12 Nov 2024 16:00:09 +1300 Subject: [PATCH 3/3] Fix lint --- config/style/labels.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/style/labels.json b/config/style/labels.json index 4712e9fb..4518425b 100644 --- a/config/style/labels.json +++ b/config/style/labels.json @@ -908,11 +908,11 @@ { "id": "Housenumber", "layout": { + "symbol-placement": "point", "text-allow-overlap": false, "text-anchor": "bottom", "text-field": "{housenumber}", "text-font": ["Roboto Bold Italic"], - "symbol-placement": "point", "text-size": { "stops": [ [17, 10],