Skip to content

Commit

Permalink
fix(gr-sheet): correct extent fields
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff committed Dec 10, 2024
1 parent 59cc1b6 commit acea698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gr-sheet/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ const SupportedSheets = {
},
}),
[Sheets.EXTENTS]: makeItemProcessor({
fields: ['name', 'description', 's', 'w', 'n', 'e', 'polygon', 'startDate', 'finishDate'],
fields: ['description', 's', 'w', 'n', 'e', 'polygon', 'startDate', 'finishDate'],
getClassID: () => 'extent',
toRegisterItem: function parseExtent ({ description, s, w, n, e }) {
return {
Expand Down

0 comments on commit acea698

Please sign in to comment.