Hello!
colorLocked property in the following CIM Symbol is not working in a SceneView if the feature layer has visualVariables active.
Symbol:
const cimSymbol = {
type: 'CIMPointSymbol',
symbolLayers: [
{
type: 'CIMPictureMarker',
enable: true,
anchorPoint: {
x: 0,
y: 0,
},
anchorPointUnits: 'Relative',
size: 16,
scaleX: 1,
url: imageUrl,
colorLocked: true,
tintColor: [
255,
255,
255,
255,
],
},
]
}
MapView - 2D:
SceneView - 3D:
@AnneFitz, do you know what can it be?
Hi @LuisSolaRuiz - this seems like a bug. Thanks for letting us know, we'll look into it.
@AnneFitz any more information about this? Thanks 🙂
Sorry, I don't have an update at this time. You can file an official bug report through Technical Support if you'd like to track the progress of the bug and help us prioritize the issue. Thanks.
Hello @AnneFitz. The bug is still happening and I am not an authorized caller, so it is impossible to report anything 😅