Mapy.com
7 sites
No security coverage
This module integrates interactive maps into your Drupal site using the Mapy.cz API. It allows you to add map location fields to your content, display them using various formatters, and show multiple locations on a single map through Views integration.
Overview
Mapy.com 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 Mapy.com 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.
Credits & License
This module is based on the original Mapy.cz Drupal project and implements the new REST API Mapy.cz.
Mapy.cz license and useful links:
Mapy.cz License
Original Mapy.cz Drupal module
Mapy.cz REST API documentation