Skip to content

Commit

Permalink
Add otu coordinates param
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Oct 29, 2024
1 parent dd7ef63 commit 827b03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/otus/store/useImageStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const useImageStore = defineStore('imageStore', {
const UNSUPPORTED_FORMAT = ['image/tiff']
const params = {
extend: ['depictions', 'attribution', 'source', 'citations'],
otu_scope: ['all']
otu_scope: ['all', 'coordinate_otus']
}

this.controller = new AbortController()
Expand Down

0 comments on commit 827b03f

Please sign in to comment.