ol-pmtiles 0.0.2: basic first-class support for OpenLayers

This commit is contained in:
Brandon Liu
2023-05-05 17:07:21 +08:00
parent c418539cd8
commit 23a3056a7f
6 changed files with 504 additions and 0 deletions

2
openlayers/src/index.js Normal file
View File

@@ -0,0 +1,2 @@
export { default as PMTilesRasterSource } from './PMTilesRasterSource.js';
export { default as PMTilesVectorSource } from './PMTilesVectorSource.js';