From ac9249b2932461bf988bc63a8ee5575198f1719f Mon Sep 17 00:00:00 2001 From: James Wilson Date: Tue, 24 Jan 2017 09:34:42 -0600 Subject: [PATCH] Remove stroke from range ring labels --- public_html/script.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/public_html/script.js b/public_html/script.js index 5fcb525..8f741fd 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -698,9 +698,6 @@ function createSiteCircleFeatures() { text: new ol.style.Text({ font: '10px Helvetica Neue, sans-serif', fill: new ol.style.Fill({ color: '#000' }), - stroke: new ol.style.Stroke({ - color: '#fff', width: 2 - }), offsetY: -8, text: format_distance_long(distance, DisplayUnits)