Tagged Questions
The virtual-earth tag has no wiki summary.
5
votes
1answer
2k views
Make virtual earth infobox appear on click instead of hover?
Is it possible to make Virtual Earth pushpin infobox display respond from onclick instead of mouseover?
Currently I'm using something like this:
...
var pin = new VEShape(
...
4
votes
2answers
1k views
Issue with Bing Map --p_elSource.attachEvent is not a function
I am facing major problem with Bing Maps. I am using :
http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.3
First I am getting error in firebug as :
this.CreditsFor=function(a,i,j,h)
{
...
3
votes
2answers
312 views
Obtain coordinates of a point on a road
I have a range defined by an intersection and a number of feet away from the intersection. (e.g. 100 ft north of Washington St. & 5th St. to 300 ft south of Washington St. & 6th St.)
I am ...
2
votes
1answer
68 views
Bing Virtual Earth 7.0 calculate area
I have a map where i have created pushPin for all the places i have checked in on facebook. I want to zoom in on the area where i have the most checkinplaces (pushPins).
I could have a static zoom ...
2
votes
1answer
913 views
openlayers GetFeatureInfo request example + virtual earth/google
Simply I copied the example code from http://openlayers.org/dev/examples/getfeatureinfo-control.html.
I used geoserver to run it and everything is working properly like the internet version, now I ...
2
votes
1answer
256 views
What mapping/earth controls are available for iPad app development?
What mapping/earth controls are available for iPad app developer? Is MapKit the only one?
2
votes
2answers
122 views
Virtual Earth adding pushpins by address - events firing out of order
I’ve been working on a mapping project to display service orders for a utility company but I’m having some issues getting the numbering on my pins and the info boxes. The following is a small segment ...
2
votes
3answers
694 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 ...
2
votes
1answer
305 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:
...
2
votes
2answers
7k 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 ...
2
votes
1answer
318 views
Plotting Address on Virtual Earth
How can I plot a point of an address on a map?
I want to basically use VEMap.Find(), but simply get the coordinates of the location.
2
votes
2answers
252 views
Virtual Earth or Google Maps
Simple question, the answer may not be...
I'm going to be developing a web app (ASP.NET MVC) for a client. They have asked me for an opinion on whether to use Google Maps or Virtual Earth for ...
2
votes
2answers
131 views
Extending a class, compiler complains Microsoft.MapPoint.PlugIns.PlugIn does not contain a
I'm following the tutorial's that come with the SDK for Microsoft Virtual Earth, and when I try to create a plugin like it says, the compiler won't let me.
I'm extending the class ...
2
votes
2answers
188 views
Interface to a webservice?
I have two webservices that have exactly the same methods and signatures but point at different servers (specifically the Virtual Earth production and staging environments). I wish to switch between ...
2
votes
3answers
3k views
How can I show some shapefile / Well-Known-Text data on Google Maps / MS Virtual Earth?
I have some shapefile (demographic/heat map data in the USA, such as crime in New York) data imported into a sql server 2008 database, field data type: Geography.
How can i get this data, from a ...
2
votes
5answers
1k 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 ...
2
votes
2answers
447 views
How to control layer ordering in Virtual Earth
I have a mapping application that needs to draw a path, and then display icons on top of the path. I can't find a way to control the order of virtual earth layers, other than the order in which they ...
1
vote
0answers
37 views
PolygonGeometry with offset?Or is there something off with the Mouse events?
I came across the weirdest situation while code-generating polygons and attaching them to a Virtual Earth 3D Globe Control. I have enabled mouse controls, as discussed on this thread in codeplex: ...
1
vote
1answer
138 views
Why does the infobox in my MSN Map not close?
I'm having a bit of trouble with this map, invoked by the "View our interactive map" button in the middle of the content area.
If you double click a point such as 8 which causes a zoom and then ...
1
vote
1answer
623 views
VEMap: pan and zoom work separately; together, zoom no longuer works
I was trying to make Bing Maps's VEMap compatible with touch devices, in particular the iphone / webkit mobile.
In the following example, this works:
- pan using one finger
- zoom in/out using ...
1
vote
1answer
230 views
Determine if point intersects 35km radius around another point? Possible in Linq?
Assume I have a point at the following location:
Latitude: 47°36′N
Longitude: 122°19′W
Around the above point, I draw a 35Km radius. I have another point now or several and I want to see if they ...
1
vote
1answer
361 views
Is it possible to make a Polygon clickable using the Bing Maps API?
I can put a pushpin in the center of each Polygon to achieve a "clickable" region but that is an extra step I'd rather not take.
1
vote
1answer
254 views
Debugging Bing Maps JavaScript errors
I'm using the Bing Maps / Virtual Earth control and it appears to be working, however Firebug in Firefox 3.6 and Chrome are reporting an uncaught exception in Microsoft's mapcontrol.ashx file. I'm ...
1
vote
1answer
116 views
LocationCollection not tagged as ScriptableType but can be instantiated in script (How come?)
I'm working on a small silverlight application that involves passing some data between javascript and silverlight. I am also using the silverlight virtual earth control.
The weirdness I have come ...
1
vote
1answer
345 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. ...
1
vote
5answers
237 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 ...
1
vote
1answer
103 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 ...
1
vote
1answer
215 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. ...
1
vote
0answers
1k 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 ...
1
vote
1answer
1k views
How to send multiple waypoints to a virtual earth routing web service
I'm trying to use the virtual earth web service:
http://staging.dev.virtualearth.net/webservices/v1/routeservice/routeservice.svc?wsdl
to return the total journey distance made by a vehicle that has ...
1
vote
1answer
340 views
Interactive polygon editing with Microsoft Virtual Earth
Does Virtual Earth have any kind of built-in support for interactive polygon editing? Something like Google Maps' polygon.enableEditing() would be ideal.
1
vote
3answers
3k views
Adding a push pin to a map using Javascript
How will I be able to put a pin using a click of my mouse? given this is the code:
function AddPushpin()
{
var shape = new VEShape(VEShapeType.Pushpin, **map.GetCenter()**);
...
1
vote
5answers
728 views
Google Map API vs MS virtual Earth API
I thought of using map in my blog. So which api will suit for me??
I am expecting that map should have more features. I dont know how to use it.. Sorry if my question is silly.
I need docs of both. ...
1
vote
1answer
166 views
Data visualization with Virtual Earth and SQL
Scenario: I have a list of addresses (they have already been converted to lat/long) and the conference that the person attended.
What I want: I want to add a circle shape to a Virtual Earth map ...
1
vote
2answers
1k views
VirtualEarth: determine min/max visible latitude/longitude
Is there an easy way to determine the maximum and minimum visible latitude and longitude in a VirtualEarth map?
Given that it's not a flat surface (VE uses Mercator projection it looks like) I can see ...
1
vote
2answers
603 views
Custom Virtual Earth Clustering
I want to implement my own clustering algorithm using this Virtual Earth javascript API: http://msdn.microsoft.com/en-us/library/cc966716.aspx
However, the VE engine calls my cluster function once for ...
1
vote
2answers
830 views
Controlling Clustered Pushpin's VEShape in VE SDK 6.2
Preface
I'm using the newly released Microsoft Virtual Earth SDK v6.2 which has built-in support for pushpin clustering. I realize there are custom ways of doing clustering where my question is easy ...
1
vote
1answer
309 views
How to plot a long path with Virtual Earth
The obvious way to plot a path with virtual earth (VEMap.GetDirections) is limited to 25 points. When trying to plot a vehicle's journey this is extremely limiting.
How can I plot a by-road journey ...
0
votes
1answer
22 views
trouble downloading silverlight virtual earth map control
I'wanna downlaod Virtual Earth Silverlight Map Control CTP . but i can"t find this product anywhere ! even in Microsoft connect, it's swiched by Bing map ! can any one help Me ?.
PS: im ...
0
votes
0answers
24 views
Virutal Earths Map - Adding additional data to pushpin elements
I am using the Virtual Earth javascript control to show some customer locations on the map. I have the latitude and longitude info stored in a database and am supplying to the script via MVC. What I ...
0
votes
2answers
433 views
IE8-only JS error thrown by VE Maps v6, “Exception thrown and not caught”
From the MSDN forums, even copying and pasting the simplest example from the Virtual Earth Dev SDK results in the same exception being thrown in IE8 only. However, the same example using ...
0
votes
0answers
102 views
Plotting a pushpin on a map
I have a SQL SERVER database table named 'tblHealthstatus' with the following columns:location(varchar),symptom(disease)(varchar).
As soon as i update a row like 'chennai','flu' in the database,i ...
0
votes
1answer
146 views
Why does VEMap onclick event work in other broswers but not firefox?
I've got a VEMap control with the following relevant bits of code:
map = new VEMap('map');
map.AttachEvent("onclick", DoContinents);
function DoContinents(event)
{
if (event.elementID ...
0
votes
0answers
283 views
Any possible way to develop 3d earth map application for iphone?
I need to develop an iPhone 3d map application similar to virtual earth or google earth. The application will have images overlay above the 3d map, like clouds or location pin. Anyone has any ideas on ...
0
votes
3answers
855 views
Virtual Earth / Bing Maps - How To Calculate Best Zoom Level
I'm working on some map stuff and I'm stuck with something that seems to be quite basic.
The gist of what I'm doing is adding 10 flags to a map, and I need to dynamically set the zoom level and ...
0
votes
1answer
407 views
Bing Maps Development - Map with Markers
I really like how this site looks: http://www.microsoft.com/web/WebsiteSpark/Catalog.aspx - specifically the GIS part - the map, the green markers, and how the markers on the map our bound to the list ...
0
votes
1answer
926 views
Bing Map ShowInfoBox() always shows up in the center of the map?
The javascript code is attached below. Two push pins are added to a Bing map. When they are hovered, the description is shown next to the pins. Two buttons are added and ShowInfoBox(shape) is ...
0
votes
1answer
203 views
Virtual Earth / Bing maps javascript file size
I am working with a site that uses virtual earth for its mapping. Unfortunately the file size of the referenced javascript file, ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.2, is 200 ...
0
votes
1answer
411 views
VEMap and a GeoRSS feed(hosted separately)
The scenario is as follows:
A WCF web service exists that outputs a valid GeoRSS feed. This lives in its own domain as a number of different applications have access to it.
A web page(on a different ...
0
votes
1answer
207 views
Bing Maps Transaction Tracking
I have an Enterprise license for Bing Maps which enables me to view my transactions, but what I'd like to be able to is also break the transactions down by user. I'd like to know if certain customers ...