mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Gridmap] Add country name to legend, and set map center
This commit is contained in:
@@ -72,6 +72,8 @@ class Gridmap extends CI_Controller {
|
||||
|
||||
$this->load->model('gridmap_model');
|
||||
|
||||
$data['country_coords'] = $this->gridmap_model->get_coordinates_for_dxcc($dxcc);
|
||||
|
||||
$data['grids'] = $this->gridmap_model->get_grids_for_country($dxcc);
|
||||
$data['grid_count'] = count($data['grids']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user