The Drupal 7 Location module allows users to store locations in a
location
field (location_cck
submodule), and also directly for node
,
taxonomy_term
and user
entities (location_node
, location_taxonomy
and
location_user
submodules).
With location_email
, location_fax
, location_phone
and location_www
submodules, the data stored for a location can be extended with additional
email, fax number, telephone number and www address properties.
The Location Migration module provides migration path for these data.
For location data stored in a field,
- The original
location
field type gets mapped toaddress
field, and every address-like location property is migrated into this address field. - Non-empty geographical coordinates are migrated into a new
geolocation
field with_geoloc
field name suffix. - When
location_email
is enabled on the source site, the email addresses stored for a location will be migrated into a newemail
field with_email
field name suffix. Theemail
field type is available in Drupal 9/10 by default. - When
location_fax
is enabled on the source site AND thetelephone
field type is available on the destination site (core Telephone module), the fax number of a location will be migrated into a newtelephone
field with_fax
field name suffix. - If
location_phone
is enabled on the source site AND thetelephone
field type is available on the destination site, the telephone number stored for a location will be migrated into a newtelephone
field (_phone
field name suffix). - When
location_www
is enabled on the source site AND thelink
field type is available on the destination site (core Link module), the www address stored for a location will be migrated into a newlink
field (_url
field name suffix).
For location data stored directly for node
, taxonomy_term
and user
entities, Location Migration basically repeats the same what it does for the
location fields, but the name of the (this time new) address field, and the base
name of the additional fields will be location_node
, location_taxonomy_term
and location_user
, accordingly. If this entity location was configured to
store multiple locations, the new field's name will have an additional
_<cardinality>
suffix as well.
Location Migration wants to migrate as much data as possible. If you don't need any of the additional fields, you can delete them after the migration was executed.
This module depends on the following modules:
- Address (https://www.drupal.org/project/address)
- Geolocation (https://www.drupal.org/project/geolocation)
- Migrate Drupal (included in Drupal core)
You can install Location Migration as you would normally install a contributed Drupal 9 or 10 module.
This module does not have any configuration option.
Current maintainer:
- Zoltán Horváth (huzooka) - https://www.drupal.org/user/54136
This project has been sponsored by Acquia