18
Virtual Earth: Adding the 3 rd Dimension November 15, 2006 Tyler Davey MVP, Virtual Earth & MWS Team Lead, Virtual Earth Infusion Development [email protected] 902 832 2219

Virtual Earth: Adding the 3 rd Dimension

  • Upload
    tod

  • View
    30

  • Download
    1

Embed Size (px)

DESCRIPTION

Virtual Earth: Adding the 3 rd Dimension. Tyler Davey MVP, Virtual Earth & MWS Team Lead, Virtual Earth Infusion Development [email protected] 902 832 2219. November 15, 2006. About Tyler Davey MVP, Virtual Earth. 6 years software development experience 4 years .NET experience - PowerPoint PPT Presentation

Citation preview

Page 1: Virtual Earth:  Adding the 3 rd  Dimension

Virtual Earth: Adding the 3rd Dimension

November 15, 2006

Tyler DaveyMVP, Virtual Earth & MWSTeam Lead, Virtual EarthInfusion [email protected] 832 2219

Page 2: Virtual Earth:  Adding the 3 rd  Dimension

About Tyler DaveyMVP, Virtual Earth

• 6 years software development experience

• 4 years .NET experience

• 3 years in the geospatial community

• Microsoft MVP, Virtual Earth & MapPoint Web Service

• Microsoft Certified Application Developer

• Manages team of 11 Virtual Earth and MapPoint developers

• Authored most content on http://go.mappoint.net/mappointmpac/

[email protected]

Page 3: Virtual Earth:  Adding the 3 rd  Dimension

Agenda

• The Virtual Earth Story• Virtual Earth v4.0: Going 3D• Developing Virtual Earth in 3D• Q & A

Page 4: Virtual Earth:  Adding the 3 rd  Dimension

MVP, Virtual Earth

The Virtual Earth Story

Page 5: Virtual Earth:  Adding the 3 rd  Dimension

The Virtual Earth Story

TerraServer

• TerraServer• Launched in 1998• Brought Aerial and

Topographical maps into one site• Provides free downloads of Aerial

imagery to customers• Microsoft’s first venture into

“Virtual Earth”

Page 6: Virtual Earth:  Adding the 3 rd  Dimension

The Virtual Earth Story

MapPoint Web Service

• MapPoint Web Service• a.k.a. Vicinity, purchased by

Microsoft • Web service, WS-I Compliant• Provides static, topographical

maps• Maps are rendered on the fly by

a rendering engine• Provides geocoding, routing, and

Points-Of-Interest• Currently on version 4.4

and used by over 1000 active clients.

Page 7: Virtual Earth:  Adding the 3 rd  Dimension

The Virtual Earth Story

Virtual Earth the Beta’s

• What if you could bring the power of aerial with the power of MapPoint, and add a touch of AJAX?

Page 8: Virtual Earth:  Adding the 3 rd  Dimension

The Virtual Earth Story

Virtual Earth the Beta’s

• Welcome to Bird’s Eye• 45 degree views as

close as 25 yards away• Launched with over 50

cities covered• New map control and

high resolution coverage• Additional imagery

brought online

Page 9: Virtual Earth:  Adding the 3 rd  Dimension

The Virtual Earth Story

Virtual Earth Goes Live…

• VE 3.0: Making the Developer Smile• Up and running in 10 lines of code• Single API, all styles and JS located in one control• USA high-resolution coverage expanded• Route API is brought in• Polyline API is brought in• GeoRSS and Windows Live Layers integrated• Local Live for Outlook, MSN, and other Office platforms• http://dev.live.com launched

<script src="http://dev.virtualearth.net/mapcontrol/v4/mapcontrol.js"></script> <script> var map = null; function GetMap() { map = new VEMap('myMap'); map.LoadMap(new VELatLong(47.6, -122.33), 10 ,'h' ,false); } </script> <body onload="GetMap();"> <div id='myMap' style="position:relative; width:400px; height:400px;"></div>

Page 10: Virtual Earth:  Adding the 3 rd  Dimension

The Virtual Earth Story

…And Gets Accessorized

• Virtual Earth 3.1: Crunching a Map• MapCruncher comes out of the labs• Polygons are integrated – but not with MapPoint Web Service polygons• New methods for disambiguation• Australia, Italy, and additional imagery updates

• Virtual Earth 3.2: Adding Images and Disambiguation• Custom disambiguation for addresses• Canada get’s updated!• Japan in Japanese• UK update

Page 11: Virtual Earth:  Adding the 3 rd  Dimension

MVP, Virtual Earth

Virtual Earth 4: Going 3D

Page 12: Virtual Earth:  Adding the 3 rd  Dimension

Virtual Earth 4.0: Going 3D

Launching 3D

• November 6, 2006• Massive marketing campaign• Code started over two years ago – entire 3D layering written in house at

Microsoft• Requires installation of ActiveX control (and a killer computer)• Available across the globe, but…• http://local.live.com/

Page 13: Virtual Earth:  Adding the 3 rd  Dimension

Virtual Earth 4.0: Going 3D

Demo: http://local.live.com

Page 14: Virtual Earth:  Adding the 3 rd  Dimension

MVP, Virtual Earth

Programming Virtual Earth 3D

Page 15: Virtual Earth:  Adding the 3 rd  Dimension

MVP, Virtual Earth

Summary & Call to Action

Page 16: Virtual Earth:  Adding the 3 rd  Dimension

Summary & Call to Action

• Microsoft is investing heavily in geospatial visualization• Virtual Earth is easy to use and develop• Simple API, Interactive SDK• Integrate mapping within your existing applications• 3D and Bird’s Eye!• Sign up for a developers account• Virtual Earth: Locate. Integrate. Innovate.

Page 17: Virtual Earth:  Adding the 3 rd  Dimension

Summary & Call to Action

References

• Windows Local Livehttp://local.live.com/

• Windows Live Devhttp://dev.live.com/

• Via Virtual Earth Communityhttp://www.viavirtualearth.com/

Page 18: Virtual Earth:  Adding the 3 rd  Dimension

MVP, Virtual Earth

Questions & Answers