Skip to content

Commit ee17045

Browse files
committed
Enable .vrt file extensions
1 parent bf69d8b commit ee17045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vbos/datasets/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class RasterFile(models.Model):
5757
unique=True,
5858
validators=[
5959
FileExtensionValidator(
60-
allowed_extensions=["tiff", "tif", "geotiff", "gtiff"]
60+
allowed_extensions=["tiff", "tif", "geotiff", "gtiff", "vrt"]
6161
)
6262
],
6363
)

0 commit comments

Comments
 (0)