ASP.NET Virtual Earth server control: Can't get a nice angled view from altitude

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ken Fine

    ASP.NET Virtual Earth server control: Can't get a nice angled view from altitude

    Hi, hoping someone can help out with what's a simple question.

    I am using the ASP.NET VE map control here on a site, which I am still
    developing. I'm putting picture icons on a map:



    I am using the ASP.NET VE server control in 3d mode, as you see. I can
    specify an overhead view that is accurate using the following declaration.

    Map2.SetMapView (new MapViewSpecific ation(new LatLong(47.6565 , -122.3055),
    1203, -90, 0));

    I don't want to specify an overhead view as a default. I want to specify an
    angled view as a default with my elements placed on it, something like this:



    However, when I specify an angled view using the same latLong, I no longer
    appear to be in the same location. The control either drives me "into" the
    earth or into some location well south or west of the view I want to have.
    The behavior is inconsistent and almost seems like a bug.

    I have experimented with LatLongWithAlti tude and am having no luck getting
    the map to go where I want it to go for its default, 3d angled/oblique view.

    Can someone suggest how I can get this to work?

    Thanks!
    -KF


  • Steven Cheng

    #2
    RE: ASP.NET Virtual Earth server control: Can't get a nice angled view from altitude

    Hi KF,

    Since the question is quite specific to the virtual earth functionality, I
    would recommend you try posting in the Virtual Earth:Map control
    development forum:

    #Virtual Earth: Map Control Development


    there, you'll probably get more help on this.

    Sincerely,

    Steven Cheng

    Microsoft MSDN Online Support Lead


    Delighting our customers is our #1 priority. We welcome your comments and
    suggestions about how we can improve the support we provide to you. Please
    feel free to let my manager know what you think of the level of service
    provided. You can send feedback directly to my manager at:
    msdnmg@microsof t.com.

    =============== =============== =============== =====
    Get notification to my posts through email? Please refer to
    http://msdn.microsoft.com/en-us/subs...#notifications.

    =============== =============== =============== =====
    This posting is provided "AS IS" with no warranties, and confers no rights.
    --------------------
    >From: "Ken Fine" <kenfine@newsgr oup.nospam>
    >Subject: ASP.NET Virtual Earth server control: Can't get a nice angled
    view from altitude
    >Date: Tue, 16 Sep 2008 16:09:13 -0700
    >Hi, hoping someone can help out with what's a simple question.
    >
    >I am using the ASP.NET VE map control here on a site, which I am still
    >developing. I'm putting picture icons on a map:
    >
    >http://kenfine.posterous.com/uw-map-overhead
    >
    >I am using the ASP.NET VE server control in 3d mode, as you see. I can
    >specify an overhead view that is accurate using the following declaration.
    >
    >Map2.SetMapVie w(new MapViewSpecific ation(new LatLong(47.6565 , -122.3055),
    >1203, -90, 0));
    >
    I don't want to specify an overhead view as a default. I want to specify
    an
    >angled view as a default with my elements placed on it, something like
    this:
    >
    >http://kenfine.posterous.com/uw-map-oblique
    >
    However, when I specify an angled view using the same latLong, I no
    longer
    >appear to be in the same location. The control either drives me "into" the
    >earth or into some location well south or west of the view I want to have.
    >The behavior is inconsistent and almost seems like a bug.
    >
    >I have experimented with LatLongWithAlti tude and am having no luck getting
    >the map to go where I want it to go for its default, 3d angled/oblique
    view.
    >
    >Can someone suggest how I can get this to work?
    >
    >Thanks!
    >-KF
    >
    >
    >

    Comment

    Working...