From f232de361778ba597899b9cfedfd195536c8165b Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Wed, 17 Jul 2013 22:20:35 +0100 Subject: [PATCH] fill fields in with geodesic polygons, to match the changes made for links --- code/map_data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/map_data.js b/code/map_data.js index f3c784c9..b170083f 100644 --- a/code/map_data.js +++ b/code/map_data.js @@ -802,7 +802,7 @@ window.renderField = function(ent) { L.latLng(reg.vertexC.location.latE6/1E6, reg.vertexC.location.lngE6/1E6) ]; - var poly = L.polygon(latlngs, { + var poly = L.geodesicPolygon(latlngs, { fillColor: COLORS[team], fillOpacity: 0.25, stroke: false,