UOC Location Based Platform - Web server integrated with Codeigniter enables users to customize maps on top of Google maps
-
Copy the .env.example file and create a file according to your environment as .env.development or .env.testing or .env.production etc.
-
Change the values of the config variables according to your environment,
eg : If you are running this on your localhost and the port number of your map server is 2018,
URL_MAP_SERVER=http://localhost:2018
URL_BASE=http://localhost/Your_project_name
Google maps is used to get and show information about location (info about country, city, latitude and longitude).
Required keys can be obtained from https://maps.googleapis.com/maps/api.
Refer: https://github.com/PasinduPriyashan/UoCLBSP-MapServer