diff --git a/assets/js/leaflet/L.MaidenheadColouredGridmasterMap.js b/assets/js/leaflet/L.MaidenheadColouredGridmasterMap.js index 49639eb3f..b391d269c 100644 --- a/assets/js/leaflet/L.MaidenheadColouredGridmasterMap.js +++ b/assets/js/leaflet/L.MaidenheadColouredGridmasterMap.js @@ -115,7 +115,7 @@ L.Maidenhead = L.LayerGroup.extend({ } } // Added this to print fields and field name, while still showing worked/confirmed gridsquares - unit = 1; + unit = 10; var left = Math.floor(w / (unit * 2)) * (unit * 2); var right = Math.ceil(e / (unit * 2)) * (unit * 2); var top = Math.ceil(n / unit) * unit;