Hello.
In sceneview i'm adding some simple-marker symbols. But i want to add callout lines for those symbols such as your sample page
ArcGIS API for JavaScript Sandbox
I'm using graphicslayer on sceneview.
I tried somethings but doesn't accomplished yet. Is there any way to do that?
Thanks inadvance.
Solved! Go to Solution.
Tuba,
Did you specify the elevation info property for the GraphicsLayer?
Tuba,
Have you tried to create a FeatureLayer using using an array of client-slide graphics, to test if it is just the GraphicsLayer that does not support what you are trying to do?
Robert Scheitlin, GISP wrote:
Tuba,
Have you tried to create a FeatureLayer using using an array of client-slide graphics, to test if it is just the GraphicsLayer that does not support what you are trying to do?
can you give me a sample code which adding simple-marker symbol with callout on skectViewModel and graphicslayer
Tuba,
No I can not.
thanks for reply.
actually i cant set Z value of simplemarker with sketchViewModel on sceneview yet.
mygraphic.z = 500 // just for example 500 meters up from ground
but im still seeing my graphics relative to ground.
normal draw action working good but sketchview doesn't
Tuba,
Did you specify the elevation info property for the GraphicsLayer?