Skip to content

Commit

Permalink
add image/tiff format (relates to #100)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Feb 26, 2021
1 parent c8a374f commit 4a0b91f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weaver/formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
CONTENT_TYPE_APP_VDN_GEOJSON = "application/vnd.geo+json"
CONTENT_TYPE_APP_XML = "application/xml"
CONTENT_TYPE_IMAGE_GEOTIFF = "image/tiff; subtype=geotiff"
CONTENT_TYPE_IMAGE_TIFF = "image/tiff"
CONTENT_TYPE_TEXT_XML = "text/xml"
CONTENT_TYPE_ANY_XML = {CONTENT_TYPE_APP_XML, CONTENT_TYPE_TEXT_XML}
CONTENT_TYPE_ANY = "*/*"
Expand Down

0 comments on commit 4a0b91f

Please sign in to comment.