Skip to content

Commit 0b92914

Browse files
author
Majid
committed
feat(#123): added-iconlayer-support
1 parent d25aa9d commit 0b92914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/icon-layer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export class GeoArrowIconLayer<
190190

191191

192192
// @ts-expect-error iconAtlas is an async prop
193-
const iconAtlas=this.props.iconAtlasUrlConfig
193+
const iconAtlas=this.props.iconAtlasConfig
194194
// @ts-expect-error iconMapping is an async prop
195195
const iconMapping=this.props.iconMapping
196196
const props_={...this.getSubLayerProps(props), iconAtlas, iconMapping }

0 commit comments

Comments
 (0)