Skip to content

Commit 717b7dc

Browse files
committed
add application/vnd.pmtiles to custom-types.json [#397]
* define extension as pmtiles and mark as not compressible.
1 parent d5f1f6b commit 717b7dc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/custom-types.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,13 @@
437437
"application/vnd.openxmlformats-officedocument.wordprocessingml.document": {
438438
"compressible": false
439439
},
440+
"application/vnd.pmtiles": {
441+
"compressible": false,
442+
"extensions": ["pmtiles"],
443+
"sources": [
444+
"https://www.iana.org/assignments/media-types/application/vnd.pmtiles"
445+
]
446+
},
440447
"application/wasm": {
441448
"compressible": true,
442449
"sources": [

0 commit comments

Comments
 (0)