diff --git a/main.js b/main.js index 434fdba5..8a38de32 100644 --- a/main.js +++ b/main.js @@ -53,7 +53,7 @@ let landmass = viewbox.append("g").attr("id", "landmass"); let texture = viewbox.append("g").attr("id", "texture"); let terrs = viewbox.append("g").attr("id", "terrs"); let biomes = viewbox.append("g").attr("id", "biomes"); -let cells = viewbox.append("g").attr("id", "cells"); +let gridCells = viewbox.append("g").attr("id", "cells"); let gridOverlay = viewbox.append("g").attr("id", "gridOverlay"); let coordinates = viewbox.append("g").attr("id", "coordinates"); let compass = viewbox.append("g").attr("id", "compass");