Skip to content

Commit

Permalink
Remove coordinates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandukart committed Oct 15, 2024
1 parent a2815fd commit 3a65ab7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Plugin/dgi_migrate_alter/foxml/DgisNodesAlter.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ public function alter(array &$migration) {
['_rights_statement', 5],
['_rights_statement', 6],
['_rights_statement', 7],
// XXX: For the time being coordinates is being removed as there is data
// clean-up issues that the client will address.
['field_coordinates'],
];

foreach ($to_remove as $path) {
Expand Down

0 comments on commit 3a65ab7

Please sign in to comment.