0
votes
1answer
9 views
Outputting SQL query results to GeoRSS
I get my information from my SQL query (Name, Description, Latitude, Longitude) but I'm having problems getting it into the proper format for GeoRSS so that it may be consumed by my Virtual Earth map. …
2
votes
2answers
112 views
VEMap Pan triggers VEMap.onclick
I'm using the Virtual Earth (or Bing!...) SDK and need to attach an event when someone clicks the map. Unfortunately panning the map also triggers the onclick event. Does anyone know of a work …
0
votes
2answers
47 views
Does a Silverlight 3 out of browser (OOB) application support Bing Maps or Virtual Earth Maps?
Is it possible to use any Microsoft Map component / control to integrate a map in a Silverlight 3 out of browser (only) application?
0
votes
1answer
34 views
Sqlserver2008 & Virtual Earth
Hi All,
I am using sqlserver2008 to display information on top of virtual earth.I have written one genericHandler to retrieve data from Sqlserver2008.I am calling handler through javascript.The …
0
votes
0answers
122 views
Forcing Frame by Frame rendering in Microsoft’s Virtual Earth 3D
I'm writing a plugin for Virtual Earth 3D and I'd like to force rendering frame by frame so that each frame is rendered 100%. Currently when I use it's built in movement methods, movement is more …
1
vote
5answers
81 views
How to get the closest significant population centre from a latitude and longitude?
I'm currently trying to reverse geocode a series of lat/long co-ordinates using the Virtual Earth/Bing Maps web services. Whilst I can successfully retrieve an address for the positions I also need …
0
votes
1answer
26 views
Virtual Earth Shape Rendering Performance
I am overlaying a transparent image on my VEMap control by rendering it as a single VEShape. The shape changes sizes dynamically depeding on the zoom level of my map and can be as large as …
2
votes
1answer
138 views
If NerdDinner had ads, would the Bing Maps compoment have licensing costs?
If I hosted NerdDinner and had google ad-sense would I be a commercial user of Bing Maps / Virtual Earth thus have licensing costs?
I've looked and found this question:
…
1
vote
0answers
199 views
Custom Navigation Map Controls for Bing Maps (formerly Virtual Earth) to replace the default MS one
I'd like to jazz up our map interface which uses microsoft's bing maps.
I'm tired of the default blue control that you see on every page.
I'm not a graphic designer so I was wondering if anyone had …
0
votes
1answer
58 views
(VirtualEarth) How do you access the Shape ID from the map?
I have a virtual earth map which loads its Shapes (pushpins) from the Code Behind file (server side).
I also have a ticker which runs across the top of the map which shows the cities for which we …
0
votes
0answers
18 views
Is there a restriction on MapPoint GlobeControl objects?
I am trying to make a control that makes use of the MapPoint 3d rendering engine. The control gets a GlobeControl (via the GlobeControl constructor) and then renders a 3D map. The problem is that if …
0
votes
0answers
48 views
Can I integrate Reporting Services and Virtual Earth?
Our system receives status information from fleets of buses. We currently use Reporting Services 2008 to present a list of daily events, such as vehicle breakdowns, speeding, passenger counts, etc. …
0
votes
0answers
34 views
Virtual Earth, VEPolyline problem
In a project of mine which relies on VE API, i face a weird situation. I construct VEPolyline and apply array of VELatLong objects to it, array is generated in jQuery's $.each loop like
push = new …
1
vote
5answers
731 views
How do I find the the exact lat/lng coordinates of a birdseye scene in Virtual Earth?
I'm trying to find the latitude and longitude of the corners of my map while in birdseye view. I want to be able to plot pins on the map, but I have hundreds of thousands of addresses that I want to …
1
vote
1answer
929 views
Bing Maps - how to link to a push pin from a link outside the map
I have a Virtual Earth Maps (Bing Maps??) to which I have added a set of pushpins. Each pushpin is labelled 1 to n. In addition to adding pushpins to the map, I also add text to the web-page that …
