Get Started with Mapsemble + Drupal.

To use the Drupal with Mapsemble and retrieve your API key, you need to be logged in.
Drupal + Mapsemble

Installation

Full fledged example with content?: Install the out-of-the-box Mapsemble Store Locator

  1. Run composer require drupal/mapsemble in your Drupal project or download from Drupal.org.
  2. Set the API key in settings.local.php (recommended): $config['mapsemble.settings']['api_key'] = 'your-api-key'; Alternatively, set the API key in the UI at /admin/config/services/mapsemble.
  3. Run drush en mapsemble --uri=your-domain or use the UI.
  4. Create a Map on Mapsemble with a Drupal layer.
  5. Enable one of the 'out of the box' mapsemble modules or build your map from scratch.

Mapsemble "Store Locator"

Create an Out of the Box store locator (with demo content).

  1. Run composer require drupal/mapsemble_store_locator in your Drupal project or download from Drupal.org.

  2. Set the API key in settings.local.php (recommended):$config['mapsemble.settings']['api_key'] = 'your-api-key';
    Alternatively, set the API key in the UI at /admin/config/services/mapsemble.

  3. Run drush en mapsemble_store_locator or enable the module in the Drupal UI.

  4. To add demo content, run composer require drupal/mapsemble_store_locator_demo_content and enable the module.

  5. Add the Mapsemble block to any region and set the map configuration.

Mapsemble 'From Scratch'

Build your custom map using your own entities and map configuration.

  1. Go to /admin/structure/mapsemble and create a new map.
  2. Select any entity type to use for your map data.
  3. Set view modes for cards and popups.
  4. Go to the map in Mapsemble to configure styling.