/Google-Map-Multi-Marker

Multiple Google Maps Markers is a simple project that helps to add multiple markers and filter them according to their status from the database and it uses multiple markers color to indicate different scenarios.

Primary LanguagePHP

Google-Map-Multi-Marker

image

Multiple Google Maps Markers is a simple project that helps to add multiple markers and filter them according to their status from the database and it uses multiple markers color to indicate different scenarios.

Documentation

before starting to run the project you must have the apache server or Xammp the recommended one.

Requirements

  • create your Google Map API Key
  • create your database
  • php v8 or later
  • Xampp or Apache server

DB Structure

CREATE TABLE `locations` (
  `loc_id` int(11) NOT NULL,
  `name` longtext NOT NULL,
  `latitude` longtext NOT NULL,
  `longitude` longtext NOT NULL,
  `color` text NOT NULL,
  `status` text NOT NULL,
  `date` date NOT NULL
)

Color Pallete Used

Feedback and issues

Any issue and feedback from the app don't hesitate to make an issue

Contributors


Niyonshuti Prince

Author

NIYONSHUTI Prince