Fix marker list icons
This commit is contained in:
parent
bd13e67f48
commit
475c53a688
@ -59,7 +59,7 @@ export default defineComponent({
|
||||
z: Math.round(props.marker.location.z),
|
||||
})),
|
||||
icon = computed(() => {
|
||||
if('icon' in props.marker) {
|
||||
if('iconUrl' in props.marker) {
|
||||
return (props.marker as LiveAtlasPointMarker).iconUrl;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user