The City Group Map
Categories
Component ID
2213255
Component name
The City Group Map
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Overview
This module provides a way to store and display community group data from The City. Churches can use this module to display information about their community groups on their site.
Features
- Provides an endpoint that can be used for listening to webhooks from the city. Group data is stored locally and can be manually refreshed if needed.
- Provides a sample block that displays all community groups (that have been stored locally) on a google map with markers and popups for each group
Installation
- Download and unzip this module to your sites/*/modules folder
- Enable the module at http://yoursite/admin/modules
- To receive updates from The City, you will need to:
- Obtain an API key
- Add the endpoint for each group webhook on The City (ie http://yoursite/tc-group-map/the-city-webhook)
- Install The City PHP SDK in your site's libraries folder (should end up with sites/*/libraries/city-api/sdk.php)
- For the sample map block, you will need:
- An API key from Google
- The Infobox library installed in your site's library folder (should end up with sites/*/libraries/infobox/infobox.js
