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

1.0.3 2023-10-06 08:10 UTC

This package is auto-updated.

Last update: 2025-07-10 11:43:23 UTC


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

  1. To install the module run composer require novicell/premium_maps or copy the "premium_maps" folder to your modules/contrib directory.
  2. 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

  1. Go to admin/config/services/premium_maps. Type in your Google Maps API key.
  2. Go to admin/structure/taxonomy/manage/marker_groups/overview. Add your filter terms (Optional).
  3. Go to node/add/map_marker. Add the markers you want to show on your map.
  4. 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.
  5. Navigate to the page where you want to show the map and access the Layout Builder.
  6. Click "Add block" in the section where you want to show the map.
  7. Select Map from the Layout Builder blocks under the Premium Maps section.

Troubleshooting

  1. Go to the module issue queue at https://bitbucket.org/novicell/module-premium-maps/jira
  2. Check if your particular issue exists. If not, click on the Create issue link.
  3. Fill the form.

Updating

Read more at http://drupal.org/node/250790