Skip to content

Commit

Permalink
Change order of coords
Browse files Browse the repository at this point in the history
  • Loading branch information
Angi-Kinas committed Aug 7, 2024
1 parent 32707ae commit cf67074
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ export class Gn4PlatformMapper {
type: matchedThesaurus?.dname as KeywordType,
},
coords: {
coordWest: keyword.coordWest,
coordSouth: keyword.coordSouth,
coordEast: keyword.coordEast,
coordNorth: keyword.coordNorth,
coordSouth: keyword.coordSouth,
coordWest: keyword.coordWest,
},
}
})
Expand Down

0 comments on commit cf67074

Please sign in to comment.