Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Endijs/osm-poi-clusterpoint-cloud-demo-part1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy OpenStreetMap POI maps with Clusterpoint Cloud

This demo application demonstrates how to retrieve OpenStreetMap (OSM) Points of interest (POI) data from Clusterpoint Cloud and how to put such data on Google Maps.

LIVE DEMO

You can access live demo at: http://osmpoi.endijs.com

INSTALLATION

  • Sign up for Google Maps API Key
  • Sign up for Clusterpoint Cloud account
  • Rename /cfg/cps-SAMPLE.php to cps.php and fill with your Clusterpoint Cloud credentials
  • Rename /cfg/google-SAMPLE.php to google.php and fill with your Google Maps API key

Use Composer to install project dependencies

$ composer install

If you are not able to use Composer you can set up dependencies manually:

  • Download Clusterpoint PHP Client and save it in project directory.
  • In /public/index.php remove require_once '../vendor/autoload.php'; and add require_once('/path_to_lib/cps_api.php'); . Replace /path_to_lib/ with actual path to Clusterpoint PHP Client.
  • Follow Slim framework manual installation instructions.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published