Problem with map when obj models are loaded

Last post 2/10/2009 5:23:00 AM by kayhustle. 0 replies. << Back to Web.Maps.VE v2.0 General
2/10/2009 5:23:00 AM
kayhustle

Problem with map when obj models are loaded

I'm having a problem with the map control when I import a 3d model into the scene.  On my client side, I am calling map.Import3DModel, which loads my 3d model from an obj file.  Now whenever a postback is made to the asp side, ie via a Click event for example, the model is deleted from the scene, then redrawn when the method returns back to the client.  This makes the map stutter every time the user clicks somewhere, making it very difficult to navigate around the map.  Sometimes the map inexplicably flies to random locations as well.  When I disable the OnClick event, the map behaves normally.  I am not making any calls to the map in my server side OnClick handler.  Your prompt response is greatly appreciated as I am actually presenting this application to the Microsoft VE group later on in the week.