This project imports configuration to quickly set up a system for collection location information (offices, stores, campus buildings, etc) and displaying them in a map.

Features

A Location content type will be created, including an address field.

After applying

After applying the recipe, you should configure a geocoder service to allow addresses to automatically have their addresses geocoded to lon/lat coordinates, which allows them to be plotted on a map. It uses Leaflet out of the box (because it's free) but there are multiple mapping engines you can use if a different solution is preferred.

Additional Requirements

This recipe relies on a number of modules, including:

  • Address
  • Add Content by Bundle
  • Geocoder
  • Geofield
  • Leaflet

Project information

Releases