{
renderMapLayer({map, id: 'poly', data: polarPolygon, type: 'line', paint: {'line-color': 'blue'}});
renderH3IndexesToMap(map, 'hexes', badHexagons);
renderH3IndexesToMap(map, 'hexes', goodHexagons, {'fill-color': 'green'});
return md`*{map rendering logic}*`
}