Skip to content

Commit 1237fe1

Browse files
committed
fix(ol-source-wmts): add missing optional tileGrid prop
1 parent ee46969 commit 1237fe1

File tree

2 files changed

+1
-119
lines changed

2 files changed

+1
-119
lines changed

src/components/sources/OlSourceWMTS.vue

-119
This file was deleted.

src/components/sources/OlSourceWmts.vue

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const props = withDefaults(
3131
styles?: string | unknown[];
3232
tileZoomLevel?: number;
3333
tileMatrixPrefix?: string;
34+
tileGrid?: WMTSTileGrid;
3435
}
3536
>(),
3637
{

0 commit comments

Comments
 (0)