Hi all!
Is it possible to make a CIMPictureMarker with a stroke? If so how to achieve this?
symbol: {
type: 'CIMPointSymbol',
angleAlignment: 'Map',
useRealWorldSymbolSizes: true,
symbolLayers: [
{
type: 'CIMPictureMarker',
primitiveName: 'symbol-layer-1',
enable: true,
textureFilter: 'Text',
url: 'assets/images/iamge.png',
outline: { // This is not working
color: [ 255, 255, 0 ],
width: 3
}
},
],
},Are there other ways to do this? This would be very useful!
Thanks!
Gr
Michael