[fix][xs]: make tileLayerName in Map optional
This commit is contained in:
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 = {
|
export type MapProps = {
|
||||||
tileLayerName: TileLayerPreset;
|
tileLayerName?: TileLayerPreset;
|
||||||
tileLayerOptions?: TileLayerSettings | undefined;
|
tileLayerOptions?: TileLayerSettings | undefined;
|
||||||
layers: {
|
layers: {
|
||||||
data: GeospatialData;
|
data: GeospatialData;
|
||||||
|
|||||||
Reference in New Issue
Block a user