|
|
Stories recently tagged with 'VirtualEarth'
|
|
submitted by
crpietschmann
9 days, 3 hours ago
blogs.msdn.com — I worked on a more creative/reusable approach to hosting Virtual Earth in a WPF application. If you have looked at any of my previous samples showing how to host Virtual Earth in a WPF app, you'll recall I was using the WinForms WebBrowser control to host an html page that in turn hosts Virtual Earth. Additionally, I used the WebBrowser control's ability to enable communication between managed code and JavaScript. One of the frustrations with this approach is that when using WinForms interop, all WinForms controls take the highest z-order in your app which means you cannot render WPF elements on top of the map. The other thing that has always bothered me about my sample is although it showed how to implement the general approach, it did not wrap all the functionality into a reusable WPF Virtual Earth control. Good news! I have an updated sample. read more...
|
|
tags:
Mapping, VirtualEarth, WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
crpietschmann
9 days, 3 hours ago
pietschsoft.com — Now that we've Made Sense of the U.S. Census ZCTA ARC/INFO Ungenerate (ASCII) files in Part 1 of this series, we are ready to import the U.S Census ZCTA Zip Code data into a database. In Part 2, we'll create database tables and import the Zip Code Boundary data into those tables in a MS SQL 2005 database. read more...
add a comment
|
category: Database | Views: 2
|
|
tags:
USCensus, Mapping, Database, VirtualEarth | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
crpietschmann
14 days, 5 hours ago
pietschsoft.com — The data I'll focus on here is the Census 2000 5-Digit ZIP Code Tabulation Areas (ZCTAs) in ARC/INFO Ungenerate (ASCII) format. Even though these files are in their own "special" format, described here, they are still just plain ASCII and easily converted into CSV files to be imported into a database. Well, you could look at the ARC/INFO Generate (ASCII) Metadata Cartographic Boundary File Format definition and write a parser that then saves in in a CSV format. Or, you could just download and use the one I wrote for this article. read more...
add a comment
|
category: Other | Views: 5
|
|
tags:
C#, Mapping, VirtualEarth, USCensus | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
crpietschmann
14 days, 8 hours ago
soulsolutions.com.au — In Virtual Earth we use lat/lon pairs everywhere, for pushpins, polylines and polygons but also for map bounds like the current view. This article aims to look at a better way to store and transmit these values. The encoding algorithm used is from Google maps. You will find an explanation of how and why we use it for Virtual Earth. read more...
add a comment
|
category: AJAX | Views: 16
|
|
tags:
JavaScript, Mapping, C#, AJAX, VirtualEarth | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
crpietschmann
16 days, 23 hours ago
pietschsoft.com — Today, I released Web.Maps.VE v2.0!! If you aren't familiar with Web.Maps.VE, it is the industries first ASP.NET Virtual Earth Mapping Server Control. It enables you (the developer) to implement MS Virtual Earth mapping into your ASP.NET web applications by writing only server-side code; there is absolutely no javascript required. It has never been easier to implement MS Virtual Earth mapping. read more...
add a comment
|
category: AJAX | Views: 10
|
|
tags:
.net3.5, Mapping, ASP.NET, AJAX, VirtualEarth | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BronwenZ
20 days, 18 hours ago
soulsolutions.com.au — Today we launched project “Deep Earth” on codeplex. This open source project will bring together skills from developers all over the world to continue this concept and ultimately create a useable Silverlight control.
Seven people have joined the fun: Shaun Becker, Jonas Follesø, Bronwen Zande, Darko Radiceski, Nicolas Boonaert, Rob Farley and myself John O’Brien. What a great mix of people!
read more...
add a comment
|
category: Silverlight | Views: 11
|
|
tags:
DeepZoom, VirtualEarth, Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
crpietschmann
23 days, 11 hours ago
soulsolutions.com.au — The feedback from Part 1 has been great! There is definitely interest in this. Shaun Becker sent through this gem that removes my proxy server completely! Yes we now have Silverlight Deep Zoom talking directly to Virtual Earth! And better still I can give you a live demo (need SL beta2 installed – click image to view): read more...
add a comment
|
category: Silverlight | Views: 17
|
|
tags:
DeepZoom, Mapping, Silverlight, VirtualEarth | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
crpietschmann
23 days, 11 hours ago
soulsolutions.com.au — Silverlight and Virtual Earth are made for each other, but how best do we go about creating a Virtual Earth control in Silverlight? First up lets look at utilising the existing Deep Zoom control to serve up the base image tiles. In this proof of concept we have little more then a stock MultiScaleImage control hooked up to some appropriately created configuration XML, the output is only 6.8KB for the client! And check out the results on video: read more...
add a comment
|
category: Silverlight | Views: 6
|
|
tags:
DeepZoom, Mapping, Silverlight, VirtualEarth | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
crpietschmann
1 month, 6 days ago
thirstydeveloper.com — In this show, we talk with Chris Pietschmann, a developer and a Microsoft MVP on the Virtual Earth platform. Chris tells us how he got started on Virtual Earth back in the beta of version 1.0 and gives us a good overview of the product. read more...
add a comment
|
category: AJAX | Views: 4
|
|
tags:
Mapping, VirtualEarth, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
crpietschmann
1 month, 13 days ago
blogs.msdn.com — Chris' session was a deep dive on the Virtual Earth Platform and goes into some details about our UltraCam digital aerial camera that we use to capture imagery. He also talks about how we create 3D models and some cool demos as well on Virtual Earth. Finally he does the Silverlight VE control demo that he showed at MIX 08. Steve's session went deep on the Collections stuff that he works on in the Virtual Earth team. He also showed some of his favorite Map Cruncher Collection demos as well as others. There's also a little surprise at the end of this video that if you were around three years ago when Virtual Earth was created you might have seen. read more...
add a comment
|
category: AJAX | Views: 1
|
|
tags:
Silverlight, Mapping, AJAX, VirtualEarth | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
crpietschmann
1 month, 14 days ago
soulsolutions.com.au — Previously I simply passed the current bounds to the server, it got the data I needed and passed it back - all was good. The issue was scalability, as hundreds of requests are made these bounds were very unique even if the data they wanted to show was the same. The solution? Create and oversize a standard grid bounds. What this does is makes many more requests identical. It also has a side benefit that slight movements of the map don't even a trigger a new data request. read more...
add a comment
|
category: AJAX | Views: 3
|
|
tags:
JavaScript, Mapping, AJAX, VirtualEarth | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
crpietschmann
2 months ago
blogs.msdn.com — Some types of plug-ins feature special data or rendering, and are intended to be used with a particular website. Others are intended to enhance the experience of all websites, and run every time a user runs VE3D. Most of the samples given so far have been about the former, where the test html page references the plug-in you wish to load. Today we’ll talk about the latter. In addition, there is currently a limitation that plug-ins must be installed in the GAC in order to run. This is true regardless of what category the plug-in falls under. End users of a plug-in will need a way of installing the plug-in. Fortunately writing an installer is easy with Visual Studio. read more...
add a comment
|
category: AJAX | Views: 4
|
|
tags:
Mapping, 3D, AJAX, VirtualEarth | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
crpietschmann
2 months ago
blogs.msdn.com — I’ve update my primary Virtual Earth (VE) map control demos. If you aren’t familiar with my VE demos, they are essentially all the samples from the Virtual Earth Interactive SDK redone in a Visual Studio solution. My directory structure maps almost identically to the steps treeview in the Interactive SDK: read more...
add a comment
|
category: AJAX | Views: 9
|
|
tags:
JavaScript, Mapping, AJAX, VirtualEarth | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|