Locations
This project provides a pre-configured system for managing and displaying location information. It includes a content type for locations with an address field, and once a geocoder is set up, it can automatically plot these locations on a map using Leaflet.
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
Recommended modules/libraries
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.