Skip to content

Commit

Permalink
Merge pull request #908 from girder/geospatial-attr-girder
Browse files Browse the repository at this point in the history
Allow girder sources to work with the geospatial property change
  • Loading branch information
manthey authored Aug 4, 2022
2 parents bb5cf9b + 97f1f90 commit 7dd68b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion girder/girder_large_image/girder_tilesource.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def getGirderTileSourceName(item, file=None, *args, **kwargs):
extensions = [entry.lower().split()[0] for entry in file['exts'] if entry]
properties = {}
if localPath:
properties['geospatial'] = tilesource.isGeospatial(localPath)
properties['_geospatial_source'] = tilesource.isGeospatial(localPath)
sourceList = []
for sourceName in AvailableGirderTileSources:
if not getattr(AvailableGirderTileSources[sourceName], 'girderSource', False):
Expand Down

0 comments on commit 7dd68b8

Please sign in to comment.