мой тестовый код
const layer =
new IconLayer({
id: 'icon-layer',
data,
getIcon: d=> ({data : 'data/test.svg', width:128, height:128}),
getSize: d => Math.max(2, Math.min(d.contributions / 1000 * 25, 25)),
pickable: true,
sizeScale: 15,
getPosition: d => [127.14467,31.39953]
});
Я получил ошибку.
icon-manager.js:366 DOMException: The source image cannot be decoded.
Как использовать svg в iconlayer из deck.gl?