passionweb / google-maps-cluster
Adds a plugin for generating a Google Maps cluster based on specific records. (TYPO3 CMS)
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^8.0
- typo3/cms-core: ^11.5 | ^12.4
Replaces
- typo3-ter/google-maps-cluster: 1.0.0
This package is auto-updated.
Last update: 2023-09-13 14:39:46 UTC
README
Simple plugin for adding a google maps cluster (TYPO3 CMS)
What does it do?
Adds a plugin for generating a Google Maps cluster based on specific marker records.
Installation
Add via composer:
composer require "passionweb/google-maps-cluster"
- Install the extension via composer
- Flush TYPO3 and PHP Cache
Requirements
This example uses the Google Maps API.
Adjustments to the CSP headers will be necessary. Please also consider all data protection adjustments for the use of the Google Maps API.
Extension settings
There are the following extension settings available.
mapsApiKey
# cat=Google Maps; type=string; label=Google Maps API Key
mapsApiKey = YOUR_API_KEY
Enter your Google Maps API key.
mapsZoom
# cat=Google Maps; type=string; label=Zoom level
mapsZoom = 3
Enter your desired zoom level.
centralMarkerLatitude
# cat=Google Maps; type=string; label=Latitude of the central marker
centralMarkerLatitude = 50.024
Enter the latitude value for the central marker.
centralMarkerLongitude
# cat=Google Maps; type=string; label=Longitude of the central marker
centralMarkerLongitude = 11.887
Enter the longitude value for the central marker.
Troubleshooting and logging
If something does not work as expected take a look at the log file.
Every problem is logged to the TYPO3 log (normally found in var/log/typo3_*.log
)
Achieving more together or Feedback, Feedback, Feedback
I'm grateful for any feedback! Be it suggestions for improvement, requests or just a (constructive) feedback on how good or crappy this snippet/repo is.
Feel free to send me your feedback to service@passionweb.de or contact me on Slack