Remove stroke from range ring labels

This commit is contained in:
James Wilson 2017-01-24 09:34:42 -06:00
parent e2fcc58bf2
commit ac9249b293

View file

@ -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)