Skip to content

Commit d822d2f

Browse files
committed
Add PMTiles
1 parent 17ca7b4 commit d822d2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

formatters.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ const Formatters = {
126126
return 'Zarr';
127127
case 'application/x-parquet':
128128
return 'Parquet'
129+
case 'application/vnd.pmtiles':
130+
return 'PMTiles';
129131
// ToDo: Add media types for:
130132
// - flatgeobuf: https://github.com/flatgeobuf/flatgeobuf/discussions/112
131133
// - geoparquet: https://github.com/opengeospatial/geoparquet/issues/115

0 commit comments

Comments
 (0)