Skip to content

Commit

Permalink
Merge pull request #1636 from girder/yaml-mimetype
Browse files Browse the repository at this point in the history
List official yaml mime type for the multi source
  • Loading branch information
manthey authored Sep 12, 2024
2 parents 4dca4c3 + d1d55ed commit 5e7184e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Improvements

- Only list computable plot columns if there are other numeric columns ([#1634](../../pull/1634))
- List official yaml mime type for the multi source ([#1636](../../pull/1636))

## 1.29.9

Expand Down
1 change: 1 addition & 0 deletions sources/multi/large_image_source_multi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ class MultiFileTileSource(FileTileSource, metaclass=LruCacheMetaclass):
None: SourcePriority.FALLBACK,
'application/json': SourcePriority.PREFERRED,
'application/yaml': SourcePriority.PREFERRED,
'text/yaml': SourcePriority.PREFERRED,
}

_minTileSize = 64
Expand Down

0 comments on commit 5e7184e

Please sign in to comment.