Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  config
  css
  icons
  js
  src
  templates
  translations
  .gitignore
  LICENSE
  README.md
  composer.json
  premium_maps.info.yml
  premium_maps.install
  premium_maps.links.menu.yml
  premium_maps.module
  premium_maps.permissions.yml
  premium_maps.routing.yml
  premium_maps.services.yml
Size: Mime:
  README.md

Premium Maps

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