File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ import {
2
+ layersCommonDefaultProps ,
3
+ useDefaults ,
4
+ } from "@components/layers/LayersCommonProps" ;
5
+
1
6
import type { App } from "vue" ;
2
7
import OlAnimatedClusterlayer from "./OlAnimatedClusterlayer.vue" ;
3
8
import OlHeatmapLayer from "./OlHeatmapLayer.vue" ;
@@ -10,6 +15,7 @@ import OlVectorImageLayer from "./OlVectorImageLayer.vue";
10
15
import OlWebglTileLayer from "./OlWebglTileLayer.vue" ;
11
16
import OlWebglVectorLayer from "./OlWebglVectorLayer.vue" ;
12
17
import type { Vue3OpenlayersGlobalOptions } from "@/types" ;
18
+ import type { LayersCommonProps } from "./LayersCommonProps" ;
13
19
14
20
function install ( app : App , options ?: Vue3OpenlayersGlobalOptions ) {
15
21
app . component ( "OlAnimatedClusterlayer" , OlAnimatedClusterlayer ) ;
@@ -46,4 +52,7 @@ export {
46
52
OlVectorTileLayer ,
47
53
OlWebglTileLayer ,
48
54
OlWebglVectorLayer ,
55
+ type LayersCommonProps ,
56
+ layersCommonDefaultProps ,
57
+ useDefaults as useLayerDefaults ,
49
58
} ;
You can’t perform that action at this time.
0 commit comments