1#[deprecated(since = "0.9.0", note = "Prefer IMAGE_GEOTIFF")]
12pub const GEOTIFF: &str = "image/tiff; application=geotiff";
13
14pub const IMAGE_GEOTIFF: &str = "image/tiff; application=geotiff";
16
17#[deprecated(since = "0.9.0", note = "Prefer IMAGE_GEOTIFF")]
19pub const COG: &str = "image/tiff; application=geotiff; profile=cloud-optimized";
20
21pub const IMAGE_COG: &str = "image/tiff; application=geotiff; profile=cloud-optimized";
27
28#[deprecated(since = "0.9.0", note = "Prefer IMAGE_JP2")]
30pub const JP2: &str = "image/jp2";
31
32pub const IMAGE_JP2: &str = "image/jp2";
34
35#[deprecated(since = "0.9.0", note = "Prefer ::mime::IMAGE_PNG")]
37pub const PNG: &str = "image/png";
38
39#[deprecated(since = "0.9.0", note = "Prefer ::mime::IMAGE_JPEG")]
41pub const JPEG: &str = "image/jpeg";
42
43#[deprecated(since = "0.9.0", note = "Prefer ::mime::TEXT_JPEG")]
45pub const XML: &str = "text/xml";
46
47#[deprecated(since = "0.9.0", note = "Prefer ::mime::APPLICATION_JSON")]
49pub const JSON: &str = "application/json";
50
51#[deprecated(since = "0.9.0", note = "Prefer ::mime::TEXT_PLAIN")]
53pub const TEXT: &str = "text/plain";
54
55#[deprecated(since = "0.9.0", note = "Prefer APPLICATION_GEOJSON")]
57pub const GEOJSON: &str = "application/geo+json";
58
59pub const APPLICATION_GEOJSON: &str = "application/geo+json";
61
62#[deprecated(since = "0.9.0", note = "Prefer APPLICATION_GEOPACKAGE")]
64pub const GEOPACKAGE: &str = "application/geopackage+sqlite3";
65
66pub const APPLICATION_GEOPACKAGE: &str = "application/geopackage+sqlite3";
68
69#[deprecated(since = "0.9.0", note = "Prefer APPLICATION_HDF5")]
71pub const HDF5: &str = "application/x-hdf5";
72
73pub const APPLICATION_HDF5: &str = "application/x-hdf5";
75
76#[deprecated(since = "0.9.0", note = "Prefer APPLICATION_HDF")]
78pub const HDF: &str = "application/x-hdf";
79
80pub const APPLICATION_HDF: &str = "application/x-hdf";
82
83pub const APPLICATION_OPENAPI_3_0: &str = "application/vnd.oai.openapi+json;version=3.0";
85
86pub const APPLICATION_COPC: &str = "application/vnd.laszip+copc";
88
89pub const APPLICATION_PARQUET: &str = "application/vnd.apache.parquet";
91
92pub const APPLICATION_3DTILES: &str = "application/3dtiles+json";
94
95pub const APPLICATION_PMTILES: &str = "application/vnd.pmtiles";