![]() |
Show locations using Leaflet, array ? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Show locations using Leaflet, array ? (/showthread.php?tid=76011) |
Show locations using Leaflet, array ? - kelapamuda - 04-07-2020 Hello I try to show location on map using Leaflet from Lat and Long from my database, its OK the map is already shown up, but only show one location, not all from database. Is there any error on my array or loop? Code: function show_map($people_id) { RE: Show locations using Leaflet, array ? - php_rocs - 04-10-2020 @kelapamuda, Have you tested the query to make sure that it is pulling more than 1 location? |