diff --git a/frontend/js/map.js b/frontend/js/map.js index b70f0cf..dec54f9 100644 --- a/frontend/js/map.js +++ b/frontend/js/map.js @@ -1491,9 +1491,8 @@ function _ldlineStyle(feature) { geometry: new ol.geom.Point(mid), text: new ol.style.Text({ text: lbl, - font: 'bold 10px "Inter", "Segoe UI", sans-serif', + font: '500 9px "Inter", "Segoe UI", sans-serif', fill: new ol.style.Fill({ color: '#fff' }), - stroke: new ol.style.Stroke({ color: 'rgba(0,0,0,0.50)', width: 2 }), offsetY: -12, overflow: true, }), @@ -1661,9 +1660,8 @@ function encStyle(feature, resolution) { text: label ? new ol.style.Text({ text: label, offsetY: 10, - font: '600 10px "Inter", "Segoe UI", sans-serif', + font: '500 9px "Inter", "Segoe UI", sans-serif', fill: new ol.style.Fill({ color: '#e8f4fd' }), - stroke: new ol.style.Stroke({ color: 'rgba(0,0,0,0.55)', width: 2 }), overflow: true, }) : undefined, });