Skip to content

Commit

Permalink
fix(gr-sheet): correctly parse transformation method
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff committed Aug 20, 2024
1 parent 176b355 commit afd95e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/gr-sheet/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -496,9 +496,8 @@ const SupportedSheets = {
[Sheets.TRANSFORMATIONS]: makeItemProcessor({
fields: [
'sourceCRS', 'targetCRS',
'coordinateOperationMethod',
null, // <- Operation type (always “transformation”)
'scope', 'remarks', 'method', 'extent', 'params', 'operationVersion', 'accuracy', 'informationSources'],
'scope', 'remarks', 'coordinateOperationMethod', 'extent', 'params', 'operationVersion', 'accuracy', 'informationSources'],
getClassID: function () {
return 'coordinate-ops--transformation';
},
Expand Down

0 comments on commit afd95e7

Please sign in to comment.