mapycom
No security coverage
Overview
MapyCom is a Drupal module that integrates interactive maps into your Drupal site using the Mapy.cz API.
It provides field widgets, formatters, and Views integration for displaying and managing map locations.
Features
- Field type for storing map locations
- Field widget for editing locations on a map
- Field formatter for displaying maps in entity views
- Views style plugin for displaying multiple locations on a map
- AJAX support for filtering and dynamic map updates
- Customizable map layers and controls
Installation
- Download the module and place it in your
modules/customdirectory. - Run
composer installif required. - Enable the module in Drupal admin (
/admin/modules). - Configure API keys and settings at
/admin/config/services/mapycom.
Usage
- Add the MapyCom field to your content types.
- Configure the field widget and formatter as needed.
- Use the provided Views style to display maps with multiple locations.
- Customize map appearance and behavior in the module settings.
Troubleshooting
- Ensure your API key is valid and set in the configuration.
- If the map does not display after AJAX filtering, clear Drupal cache and check the JS console for errors.
- For further help, see the module’s issue queue or documentation.