Skip to content

Commit

Permalink
fix: prepend "vnd."
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhartzell authored Jan 6, 2023
1 parent 6e1424d commit ac2d617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pystac/media_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class MediaType(StringEnum):
"""A list of common media types that can be used in STAC Asset and Link metadata."""

COG = "image/tiff; application=geotiff; profile=cloud-optimized"
FGB = "application/flatgeobuf"
FGB = "application/vnd.flatgeobuf"
GEOJSON = "application/geo+json"
GEOPACKAGE = "application/geopackage+sqlite3"
GEOTIFF = "image/tiff; application=geotiff"
Expand Down

0 comments on commit ac2d617

Please sign in to comment.