Requested: a migrate progress plugin to migrate any geofield from Drupal 7 to Drupal 8.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | geofield-migrate_process_plugin-3003822-2.patch | 4.21 KB | fernly |
Requested: a migrate progress plugin to migrate any geofield from Drupal 7 to Drupal 8.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | geofield-migrate_process_plugin-3003822-2.patch | 4.21 KB | fernly |
Comments
Comment #2
fernly commentedPatch adds new migrate process plugin to migrate D7 geofields to D8 geofields.
Added some small corrections to the GeofieldLatLon process plugin.
Comment #3
dan_metille commentedIs this patch working? How to use it?
I tried:
But I'm still getting empty field.
Thanks to pointing me the right process or any alternative way to migrate geofield.
Comment #4
fernly commentedThe plugin expects 2 source fields, make sure you have those available (in pseudo fields or define them in a custom source plugin):
Comment #5
timwoodThanks for the patch. This worked perfectly for our D7 to D8 geofield data migration! All we had to do in the yaml config was:
Comment #6
damienmckennaIs there any way to make the system automatically detect the geofield field type so that the migration could work the same as simpler fields? e.g.:
field_address: field_addressComment #7
itamair commented@folks ... so, is the #2 ready to commit into dev? green flag on this? I cannot (easily) test and replicate this use case ...
Just confirm this once again, upon the last #6 comment, please.
Comment #9
itamair commentedComment #11
2phaPatches relating to @DamienMcKenna's comment are over at:
https://www.drupal.org/project/geofield/issues/2825635