Want to create a feature layer with a picture renderer but I want to stretch the image based on real size. Adding a height and width for a specific image.
For example this image with the correct width and height (width and height are present in the graphics attributes)
Is it possible to add visual variables like Point3D width and depth, height for 2D pictures ? Maybe with CIMPictureMarker
Or an alternative?
Thanks!
Hi Anne!
I tried the scaleX property and it works! But with useRealWorldSizes on CIMPointSymbol (e.g. meters) it's not working.
There's no other way for displaying pictures based on real size or svgs like 3D glb models?