File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 11import {
22 layersCommonDefaultProps ,
3- useDefaults ,
3+ useDefaults as useLayerDefaults ,
44} from "@components/layers/LayersCommonProps" ;
55
66import type { App } from "vue" ;
@@ -54,5 +54,5 @@ export {
5454 OlWebglVectorLayer ,
5555 type LayersCommonProps ,
5656 layersCommonDefaultProps ,
57- useDefaults as useLayerDefaults ,
57+ useLayerDefaults ,
5858} ;
Original file line number Diff line number Diff line change 1- import "ol/ol.css" ;
2- import "ol-ext/dist/ol-ext.css" ;
3- import "ol-contextmenu/ol-contextmenu.css" ;
4- import "./assets/style.css" ;
51import {
6- Map ,
2+ Animations ,
3+ Geometries ,
4+ Interactions ,
75 Layers ,
8- Sources ,
6+ Map ,
97 MapControls ,
10- Geometries ,
8+ Sources ,
119 Styles ,
12- Interactions ,
13- Animations ,
1410} from "./components" ;
1511import Providers from "./providers" ;
12+
13+ import "./assets/style.css" ;
14+ import "ol-contextmenu/ol-contextmenu.css" ;
15+ import "ol-ext/dist/ol-ext.css" ;
16+ import "ol/ol.css" ;
17+
1618import type { App , Plugin } from "vue" ;
1719import type { Vue3OpenlayersGlobalOptions } from "./types" ;
1820import type {
@@ -22,6 +24,7 @@ import type {
2224 Gradient ,
2325} from "@components/styles" ;
2426export * from "./composables" ;
27+ export * from "./types" ;
2528
2629const install : Plugin = ( app : App , options ?: Vue3OpenlayersGlobalOptions ) => {
2730 app . use ( Map . install ) ;
You can’t perform that action at this time.
0 commit comments