Skip to main content

How to disable loading of 3D content while working in 2D?

Comments

1 comment

  • Cam Barnard

    Hi Joachim - there isn't currently any way to prevent a map component that contains both a webmap and a webscene from doing the background loading of the content.

     

    Depending on your use case, you could use two map components in your layout one with the map and one with the scene and provide a mechanism to allow the user to switch between them.

     

    Having the map and scene in the same map control is very helpful if you need to move information between them (selection, markup, etc.) because they share the same layer data. However, if they do not share the same layer data then you can use two separate map components in your layout and the one that is not initially active will not load in the background.

    0

Please sign in to leave a comment.