Skip to main content

Address Geocoding & Map Notes (Locations Recipe)

The RSVP System Composer Example Repository includes recipes for mapping addresses, specifically addresses used in the RSVP System Taxonomy Recipe.  The RSVP System Department Taxonomy holds an address field. This field is usable with Google Maps and Drupal Blocks.

Example CSV Location Data - RSVP System; Gitlab Repository

Credit Shout Out:
The RSVP System Composer Example is compatible with the "Locations" recipe by Martin Anderson-Clutz; mandclu.  See Talking Drupal for Martin's review of many great Drupal Modules. 

RSVP System has incorporated much of the work found in the Locations module. We owe a lot of thanks to Martin for the incredible work he does!

"composer require drupal/locations"
Requirements of the Locations Recipe:

recipes/locations/README.md
recipes/locations/composer.json
recipes/locations/config/field.field.node.location.body.yml
recipes/locations/config/field.field.node.location.field_geofield.yml
recipes/locations/config/field.field.node.location.field_location_address.yml
recipes/locations/config/field.field.node.location.field_location_telephone.yml
recipes/locations/config/field.storage.node.field_geofield.yml
recipes/locations/config/field.storage.node.field_location_address.yml
recipes/locations/config/field.storage.node.field_location_telephone.yml
recipes/locations/config/metatag.metatag_defaults.node__location.yml
recipes/locations/config/node.type.location.yml
recipes/locations/config/pathauto.pattern.location_path.yml
recipes/locations/config/views.view.locations.yml
recipes/locations/config/views.view.locations_map.yml
recipes/locations/recipe.yml
 
 

Image
RSVP System - Locations Requirements
Image
Locations Module


 

Image
Address
Image
Geocoding & Maps