novicell / premium_maps
Novicell Premium Maps
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:JavaScript
Type:drupal-module
Requires
- drupal/geofield: ^1.6
- novicell/dynamic_key_value: ^1.0
README
Introduction
The module will create the following:
- Map Marker content type (for adding markers with latitude and longitude)
- Marker groups taxonomy vocabulary (for adding marker filter terms)
- Layout Builder block (for displaying the Google map with or without your markers)
You should use this module when:
- Show a Google Map with multiple markers, cluster multiple markers close to each other, filter markers by predefined terms.
To submit bug reports and feature suggestions, or to track changes, please visit the following: https://bitbucket.org/novicell/module-premium-maps
Installation
- To install the module run
composer require novicell/premium_maps
or copy the "premium_maps" folder to your modules/contrib directory. - Run
drush en premium_maps
or go to admin/modules. Filter for ‘Premium Maps’ and enable the module. Read more about installing modules at http://drupal.org/node/70151
Configuration
- Go to admin/config/services/premium_maps. Type in your Google Maps API key.
- Go to admin/structure/taxonomy/manage/marker_groups/overview. Add your filter terms (Optional).
- Go to node/add/map_marker. Add the markers you want to show on your map.
- Go to admin/structure/types. Select the content type where you want to use the Layout Builder. Navigate to "Manage display" and check both Layout Builder options at the bottom:
- Use Layout Builder
- Allow each content item to have its layout customized.
- Navigate to the page where you want to show the map and access the Layout Builder.
- Click "Add block" in the section where you want to show the map.
- Select Map from the Layout Builder blocks under the Premium Maps section.
Troubleshooting
- Go to the module issue queue at https://bitbucket.org/novicell/module-premium-maps/jira
- Check if your particular issue exists. If not, click on the Create issue link.
- Fill the form.
Updating
Read more at http://drupal.org/node/250790