I have a database with a bunch of locations. Each location has a name and some details, and a lat / long as well.
My ideal would be something like this:
The user filters/searches through the database and all the locations of the results are displayed as multiple markers on one map.
Does anyone have any idea how I can accomplish this?