Skip to content

Doesn't work with moret han 29 markers! We need 1000 markers. #1

Description

@behnampmdg3

Hi;

Works with maximum 29 markers. Any ideas how I can get it to work with 1000 markers?

$query = $this->db->query('SELECT * FROM addresses LIMIT 30');// If change 30 to 29 it works.
$c = 0;
foreach ($query->result() as $row)
{
$markers[$c]['lat'] = $row->lat;
$markers[$c]['lng'] = $row->lang;
$c++;
}
$this->google_maps->add_markers($markers);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions