Skip to content

Commit

Permalink
deprecate mbtiles format
Browse files Browse the repository at this point in the history
  • Loading branch information
dbauszus-glx committed Oct 29, 2024
1 parent 6e74e9a commit 2dfdf44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 95 deletions.
5 changes: 1 addition & 4 deletions lib/layer/format/_format.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ The format function matching the layer's format key decorate the layer object wi
@module /layer/formats
*/

import mbtiles from './mbtiles.mjs'

import googleMapTiles from './googleMapTiles.mjs'

import maplibre from './maplibre.mjs'
Expand All @@ -18,7 +16,6 @@ import mvt from './mvt.mjs'
import vector from './vector.mjs'

export default {
mbtiles,
googleMapTiles,
maplibre,
tiles,
Expand All @@ -27,4 +24,4 @@ export default {
geojson: vector,
wkt: vector,
vector
}
}
91 changes: 0 additions & 91 deletions lib/layer/format/mbtiles.mjs

This file was deleted.

0 comments on commit 2dfdf44

Please sign in to comment.