UNPKG

vue3-openlayers

Version:
26 lines (24 loc) 1.71 kB
import { App } from 'vue'; import { default as OlSourceBingmaps } from './OlSourceBingmaps.vue'; import { default as OlSourceCluster } from './OlSourceCluster.vue'; import { default as OlSourceImageStatic } from './OlSourceImageStatic.vue'; import { default as OlSourceImageWms } from './OlSourceImageWms.vue'; import { default as OlSourceOsm } from './OlSourceOsm.vue'; import { default as OlSourceStadiaMaps } from './OlSourceStadiaMaps.vue'; import { default as OlSourceTianditu } from './OlSourceTianditu.vue'; import { default as OlSourceTileArcgisRest } from './OlSourceTileArcgisRest.vue'; import { default as OlSourceTileDebug } from './OlSourceTileDebug.vue'; import { default as OlSourceGeoTiff } from './OlSourceGeoTiff.vue'; import { default as OlSourceTileJson } from './OlSourceTileJson.vue'; import { default as OlSourceTileWms } from './OlSourceTileWms.vue'; import { default as OlSourceVector } from './OlSourceVector.vue'; import { default as OlSourceVectorTile } from './OlSourceVectorTile.vue'; import { default as OlSourceXyz } from './OlSourceXyz.vue'; import { default as OlSourceWmts } from './OlSourceWmts.vue'; import { Vue3OpenlayersGlobalOptions } from '../../types'; declare function install(app: App, options?: Vue3OpenlayersGlobalOptions): void; declare module "@vue/runtime-core" { function inject(key: "ol-options"): Vue3OpenlayersGlobalOptions; } export default install; export { install, OlSourceBingmaps, OlSourceCluster, OlSourceImageStatic, OlSourceImageWms, OlSourceOsm, OlSourceStadiaMaps, OlSourceTianditu, OlSourceTileArcgisRest, OlSourceTileDebug, OlSourceGeoTiff, OlSourceTileJson, OlSourceTileWms, OlSourceVector, OlSourceVectorTile, OlSourceXyz, OlSourceWmts, };