UNPKG

ol

Version:

OpenLayers mapping library

28 lines 1.63 kB
export { default as BingMaps } from "./source/BingMaps.js"; export { default as CartoDB } from "./source/CartoDB.js"; export { default as Cluster } from "./source/Cluster.js"; export { default as IIIF } from "./source/IIIF.js"; export { default as Image } from "./source/Image.js"; export { default as ImageArcGISRest } from "./source/ImageArcGISRest.js"; export { default as ImageCanvas } from "./source/ImageCanvas.js"; export { default as ImageMapGuide } from "./source/ImageMapGuide.js"; export { default as ImageStatic } from "./source/ImageStatic.js"; export { default as ImageWMS } from "./source/ImageWMS.js"; export { default as OSM } from "./source/OSM.js"; export { default as Raster } from "./source/Raster.js"; export { default as Source } from "./source/Source.js"; export { default as Stamen } from "./source/Stamen.js"; export { default as Tile } from "./source/Tile.js"; export { default as TileArcGISRest } from "./source/TileArcGISRest.js"; export { default as TileDebug } from "./source/TileDebug.js"; export { default as TileImage } from "./source/TileImage.js"; export { default as TileJSON } from "./source/TileJSON.js"; export { default as TileWMS } from "./source/TileWMS.js"; export { default as UrlTile } from "./source/UrlTile.js"; export { default as UTFGrid } from "./source/UTFGrid.js"; export { default as Vector } from "./source/Vector.js"; export { default as VectorTile } from "./source/VectorTile.js"; export { default as WMTS } from "./source/WMTS.js"; export { default as XYZ } from "./source/XYZ.js"; export { default as Zoomify } from "./source/Zoomify.js"; //# sourceMappingURL=source.d.ts.map