Skip to content

Commit

Permalink
Editor / Dublin core / Fix extent coordinates (#8258)
Browse files Browse the repository at this point in the history
Fixes #8255

Co-authored-by: ByronCinNZ <[email protected]>
  • Loading branch information
fxprunayre and ByronCinNZ authored Sep 2, 2024
1 parent 2615fa7 commit 10c99f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -747,10 +747,10 @@
extent[1] +
", " +
"East " +
extent[0] +
extent[2] +
", " +
"West " +
extent[2];
extent[0];
if (location) {
dc += ". " + location;
}
Expand Down

0 comments on commit 10c99f6

Please sign in to comment.