Skip to content

Commit

Permalink
Revert "Remove coordinates."
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandukart authored Oct 15, 2024
1 parent 3e69831 commit 7269e2c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Plugin/dgi_migrate_alter/foxml/DgisNodesAlter.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,6 @@ 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 7269e2c

Please sign in to comment.