#[deprecated(since = "0.9.0", note = "Prefer IMAGE_GEOTIFF")]
pub const GEOTIFF: &str = "image/tiff; application=geotiff";
pub const IMAGE_GEOTIFF: &str = "image/tiff; application=geotiff";
#[deprecated(since = "0.9.0", note = "Prefer IMAGE_GEOTIFF")]
pub const COG: &str = "image/tiff; application=geotiff; profile=cloud-optimized";
pub const IMAGE_COG: &str = "image/tiff; application=geotiff; profile=cloud-optimized";
#[deprecated(since = "0.9.0", note = "Prefer IMAGE_JP2")]
pub const JP2: &str = "image/jp2";
pub const IMAGE_JP2: &str = "image/jp2";
#[deprecated(since = "0.9.0", note = "Prefer ::mime::IMAGE_PNG")]
pub const PNG: &str = "image/png";
#[deprecated(since = "0.9.0", note = "Prefer ::mime::IMAGE_JPEG")]
pub const JPEG: &str = "image/jpeg";
#[deprecated(since = "0.9.0", note = "Prefer ::mime::TEXT_JPEG")]
pub const XML: &str = "text/xml";
#[deprecated(since = "0.9.0", note = "Prefer ::mime::APPLICATION_JSON")]
pub const JSON: &str = "application/json";
#[deprecated(since = "0.9.0", note = "Prefer ::mime::TEXT_PLAIN")]
pub const TEXT: &str = "text/plain";
#[deprecated(since = "0.9.0", note = "Prefer APPLICATION_GEOJSON")]
pub const GEOJSON: &str = "application/geo+json";
pub const APPLICATION_GEOJSON: &str = "application/geo+json";
#[deprecated(since = "0.9.0", note = "Prefer APPLICATION_GEOPACKAGE")]
pub const GEOPACKAGE: &str = "application/geopackage+sqlite3";
pub const APPLICATION_GEOPACKAGE: &str = "application/geopackage+sqlite3";
#[deprecated(since = "0.9.0", note = "Prefer APPLICATION_HDF5")]
pub const HDF5: &str = "application/x-hdf5";
pub const APPLICATION_HDF5: &str = "application/x-hdf5";
#[deprecated(since = "0.9.0", note = "Prefer APPLICATION_HDF")]
pub const HDF: &str = "application/x-hdf";
pub const APPLICATION_HDF: &str = "application/x-hdf";
pub const APPLICATION_OPENAPI_3_0: &str = "application/vnd.oai.openapi+json;version=3.0";
pub const APPLICATION_COPC: &str = "application/vnd.laszip+copc";
pub const APPLICATION_PARQUET: &str = "application/vnd.apache.parquet";
pub const APPLICATION_3DTILES: &str = "application/3dtiles+json";
pub const APPLICATION_PMTILES: &str = "application/vnd.pmtiles";