Skip to content

Commit 0930c70

Browse files
committed
refactor: remove ol-source-webglvector component
BREAKING CHANGE: `ol-source-webglvector` has been removed in favor of `ol-source-vector` component. Use `ol-source-vector` from now on.
1 parent 64207ec commit 0930c70

File tree

11 files changed

+545
-251
lines changed

11 files changed

+545
-251
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
### BREAKING CHANGES
1717

1818
* a peerDependency of `ol@^9.0.0` and `ol-ext@^4.0.15` is now required
19-
* components `ol-webgl-points-layer` and `ol-source-webglpoints` are removed. Please use `ol-webgl-vector-layer` and `ol-source-webglvector` to display points using WebGL
19+
* components `ol-webgl-points-layer` and `ol-source-webglpoints` are removed. Please use `ol-webgl-vector-layer` and `ol-source-vector` to display points using WebGL
2020

2121
# [4.1.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v4.0.2...v4.1.0) (2024-03-06)
2222

Diff for: docs/.vitepress/config.ts

-4
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ export default defineConfig({
173173
text: "ol-source-vector-tile",
174174
link: "/componentsguide/sources/vectortile/",
175175
},
176-
{
177-
text: "ol-source-webglvector",
178-
link: "/componentsguide/sources/webglvector/",
179-
},
180176
{
181177
text: "ol-source-wmts",
182178
link: "/componentsguide/sources/wmts/",

Diff for: docs/componentsguide/layers/webglvectorlayer/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> A layer for rendering points, lines and polygons using WebGL
44
55
Please note, that you can't use `ol-style` and related style components here as child components.
6-
For more information please checkout the [`ol-source-webglvector` docs](../../sources/webglvector/) as well.
6+
For more information please checkout the [`ol-source-vector` docs](../../sources/vector/) as well.
77

88
## Usage
99

Diff for: docs/componentsguide/sources/webglvector/index.md

-86
This file was deleted.

0 commit comments

Comments
 (0)