Skip to content

Commit

Permalink
Add new upstream MIME types
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Aug 11, 2018
1 parent 0dc5b63 commit cc441fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,9 @@
"application/geo+json-seq": {
"source": "iana"
},
"application/geopackage+sqlite3": {
"source": "iana"
},
"application/geoxacml+xml": {
"source": "iana",
"compressible": true
Expand Down
5 changes: 5 additions & 0 deletions src/iana-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,11 @@
"http://www.iana.org/assignments/media-types/application/geo+json-seq"
]
},
"application/geopackage+sqlite3": {
"sources": [
"http://www.iana.org/assignments/media-types/application/geopackage+sqlite3"
]
},
"application/geoxacml+xml": {
"sources": [
"http://www.iana.org/assignments/media-types/application/geoxacml+xml"
Expand Down

0 comments on commit cc441fe

Please sign in to comment.