[fix][xs]: make tileLayerName in Map optional
This commit is contained in:
parent
be38086794
commit
836b143a31
5
.changeset/six-colts-guess.md
Normal file
5
.changeset/six-colts-guess.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'@portaljs/components': patch
|
||||
---
|
||||
|
||||
Fix: make tileLayerName in Map optional.
|
||||
@ -36,7 +36,7 @@ interface TileLayerSettings extends L.TileLayerOptions {
|
||||
}
|
||||
|
||||
export type MapProps = {
|
||||
tileLayerName: TileLayerPreset;
|
||||
tileLayerName?: TileLayerPreset;
|
||||
tileLayerOptions?: TileLayerSettings | undefined;
|
||||
layers: {
|
||||
data: GeospatialData;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user