Bing maps is a web mapping service provided as a part of Microsoft's Bing suite of search engines and powered by the Bing Maps for Enterprise framework.
0
votes
0answers
30 views
How Does the Customizable Route Planning Algorithm Work?
I am creating an application for mapping in Windows Phone and find that Microsoft uses the CRP Algorithm to find a route between two points. So how exactly does this work? I already read their paper ...
0
votes
2answers
58 views
Bing map SetCenter doesn't work
Hi everybody am trying to use bing map on my html page using openlayers and geoEXT.
the problem is when i change the center of the bing map nothing happens, also when i try to zoom on the map on ...
-1
votes
1answer
37 views
Do you know other map service provider company infrastructure? [closed]
I am using ArcGIS server platform for my company and ArcGIS works well. Bu I am wondering that the other big companies like that "google maps, nokia maps or bing maps" infrastructure. Which ...
5
votes
1answer
531 views
bing Basemap Missing
The bing basemap seems to have been recently removed from the "Add Basemap" dialogue in ArcMap. I'm using 10.1. I've also heard reports from a coworker that a bing basemap layer was replaced by the ...
1
vote
2answers
151 views
Fetch Google Map tile, without using Google Map API
Does anyone here know is there any other way to fetch Google map tile, without have to use Google Map API? Microsoft Bing Map does provide Rest API. wonder if possible to with Google Map, Cheer.
0
votes
0answers
29 views
Help IDing basemap used in this image?
Help!
I'm trying to create a similar-looking map in ArcGIS and want to use this basemap if at all possible. The goal of the map is the same - show a certain point in relation to the surrounding ...
0
votes
1answer
139 views
bing maps with mapserver + postgis [closed]
would like to display a layer bing maps with mapserver / postgis, but I can not, I think there are errors related to projection. see:
GeoExt - FOSSGIS Brasil
-->
-->
-->
-->
-->
...
1
vote
1answer
138 views
Problem overlaying WFS on top of Bing maps using OpenLayers
I have a simple set of 99 polygons loaded into GeoServer from PostGIS. They were loaded from GeoJSON using ogr2ogr. (I'm using OpenGeo Suite 3.1 if it matters.) When I go to the layer preview and ...
0
votes
0answers
151 views
Using Bing Maps API in Geoserver OpenLayers Map Application
I am using Geoserver and Openlayers to display several shapefiles in a mapping application. I thought the best way to begin would be to organize the datasets and do a layer preview in Openlayers on ...
5
votes
1answer
516 views
How to determine the date of the Bing imagery for an area?
Is it possible to determine how current the Bing imagery for a certain area is? I've checked the community blog and searched through the monthly updates, but I could not find my study area.
I found ...
4
votes
3answers
227 views
Can I publish a Bing map from OpenLayer Plugin in my thesis?
I have QuantumGIS 1.8.0. I made a map that I'd like to use in my thesis. I made it using Bing road layer map. I found it in open layers plugin. Do I have the rights to publish the map as a part of my ...
3
votes
1answer
126 views
Can I use QGIS plugins in PyQGIS as a stand alone script without iface?
Can I use a qgis plugin especially (openlayers plugin) in stand alone pyqgis script?
I don't find examples, just code using iface but that cannot used in stand alone script.
1
vote
0answers
74 views
Bing map v7 adding infobox to georss parser module
Using this plugin (source) to load pins from an xml file, pins get added correctly, but now trying to add infoboxes to each respective pin.
In the function that receives the array of pins I'm trying ...
3
votes
1answer
65 views
Web map graphics and performance optimization
With a web map (in this case, Bing Ajax API v7), what's more important for performance - the number of individual map shapes/graphics drawn on the map, or the total number of vertices drawn on the ...
1
vote
0answers
99 views
How can I determine when a Bing map waypoint is going to overlap an existing one, and give the original waypoint a “badge-like” update?
I want to be able to determine when a Bing map waypoint that I want to add is going to overlap an existing one, so that, rather than bunching them all up in one spot like a litter of kittens on a ...
1
vote
2answers
133 views
How do I use a layer of Bing / Google a “WebApplication” in “ArcGIS Server Manager”?
I'm using "ArcGIS Server."
I want to publish a "WebApplication".
I created a map of my city.
I want to have as the background world map with satellite images of "BingMaps" or "GoogleMaps" or "ArcGIS ...
3
votes
2answers
166 views
Can OpenLayers request different language tiles from map providers (eg Bing or Google)?
If I am in the US and my browser locale is en-US, I'll get English language maps by default from Bing. Same thing if I access Bing tiles with OpenLayers.
If I change my country/region to (for ...
6
votes
1answer
179 views
Is it possible to access older Bing imagery in ArcGIS 10
I've been using the Bing basemaps in ArcGIS 10. I'm studying bird ecology and have been overlaying bird GPS locations on to Bing imagery to see where the birds go and what habitats they chose.
The ...
1
vote
0answers
194 views
Bing maps get Distance between two places
I have referred the sample http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#BingRouting and developed a Bing maps routing tool on my Silverlight GIS website.. now my client wants me to ...
0
votes
2answers
281 views
How can I synchronize Google Maps, Wikipedia, Mapmyindia, and Bing Maps data on one webpage?
I want to combine maps from Google maps, Wikimapia, Mapmyindia and Bing maps on one web page with synchronization like in Dual Maps.
For example, if I pan on Google maps it should show the same ...
1
vote
0answers
111 views
qgis and embedded ajax (bing map)
I need to load in a docked QWebView this html:
< html >
< body >
< iframe width="100%" height="499" frameborder="0"
scrolling="no" marginheight="0"
marginwidth="0"
...
1
vote
2answers
1k views
Metadata for Bing Maps Aerial in ArcGIS
Is there a way to dynamically pull up metadata on the Bing Maps Aerial web mapping service in ArcGIS? I am working at a 1:245 scale across various locations in OR and CA and need to know if Bing's ...
2
votes
1answer
538 views
How to parse and display KML on Bing maps under SSL
This may seem like a simple question at first, but let me explain. We have several mapping solutions, however one is strictly Bing maps (v6) based. "Use open layers" will not be a possible solution ...
5
votes
2answers
1k views
Layer misalignment with UK Ordnance Survey data and OpenLayers
I am in the UK and my QGIS projects are based on UK Ordnance Survey mapping data and are set up in EPSG:27700. Whenever I have tried dropping an OpenLayers layer (Google Satellite/Bing Maps Aerial) in ...
1
vote
2answers
993 views
Compute Shortest Distance(s) between two points
I am using Mapinfo 11. I want user to be able to find shortest route between two points so that user can travel from point A to point B using these path. Any Idea how to achieve this?
Edit: I need to ...
1
vote
1answer
1k views
Data from google maps or bing maps available for offline use? Whole cities, I mean
I was developing some graph-based search algorithms and it would be interesting to use them against some real data. I used openstreetmap against them (downloaded some city-wide OML files from some ...
3
votes
1answer
345 views
Bing's geocoder with GeoPy not returning a zipcode
I'm just getting started with GeoPy and have been running some tests
to determine the quality of the different available geocoders. I have
noticed that Bing's geocoder is more accurate than Google's ...
2
votes
2answers
683 views
OpenLayers with Google, Bing & MapQuest - Does it violate the terms of service?
to my understanding, you are not allowed to use the Google Maps API to display Google and Bing maps (Layer Toggle) (From the terms of service). However, I'm unclear if I can have an OpenLayers map ...
14
votes
3answers
10k views
How to add Basemaps from Google or Bing in QGIS?
Like ArcGIS Desktop has the option of using basemaps from ArcGIS online, does QGIS have any such options?
4
votes
2answers
409 views
Grayscale Bing Basemap - Is it possible in ArcMap?
Is it possible to achieve a grayscale look for the Bing basemap in ArcMap 10? I noticed that its possible with the maps hosted by ESRI since we can access the server that is hosting them. I haven't ...
7
votes
4answers
446 views
Is it possible to access the Bing Maps “dark” mode in the ArcGIS JS API?
Stamen Designs have made a beautiful Hurricane Tracker application which uses a "dark" mode of the Bing Maps backdrop.
This is perfect for directing people's attention to the overlay rather than ...
8
votes
4answers
4k views
Does Bing Maps 7 support KML?
I'm having no luck finding examples. I've found code like that below but this is for earlier versions.
shapeLayer = new VEShapeLayer();
shapeSpec = new ...
5
votes
1answer
653 views
How to display dynamic raster (lidar) data on a Web map?
I have some high quality LiDAR data. I need to process it dynamically, and update a field (not elevation field) depending on my input and elevation at that point. Once this is done, I need to display ...
1
vote
0answers
132 views
Populate more than one Silverlight Image from Bing Maps async request
I have the following code, which works fine if you just want to populate one Image with a response from Bing Maps. But if I try to do two then the variable _currentImage always ends up being "image1" ...
3
votes
1answer
461 views
Retrieve road segment from Google or Bing Maps
Let me see if I would be able to explain this correctly... Both Bing and Google Map geocoders can return you and a point given an address. Is there any way to retrieve an 'address range' instead i.e. ...
2
votes
2answers
239 views
how to prevent a mixture of “old” and “new” Bing Maps tiles
The Bing Maps blog states that the "new" Bing Maps style will be implemented today.
I'm seeing a strange mixture of old and new tiles when using the ArcGIS Server JavaScript API (use this sample to ...
0
votes
2answers
283 views
How do I add precise border with longitude and latitude for any country using mapinfo?
I have a plain image that I need to add international border with precise longitude and latitude but I have no experience with Mapinfo. How is it possible? Is there any way to import maps from Bing or ...
1
vote
3answers
676 views
How to restrict zoom levels based on Bing Map availability?
Background
My site is built on ArcGIS Server 10 with the JavaScript API 2.3, and uses Bing Maps as the background mapping. Although the site is aimed at NSW, Australia we allow the user to zoom ...
1
vote
1answer
152 views
How to display Lidar Data in ee0 (Interchange File) on Maps
Hi I have Lidar data in ee0 files (interchange files). Can i ovaerlay them on some maps like say Bing Maps or Geoserver with Open Layers?
If yes whats the right way of doing it?
Thanks
3
votes
1answer
119 views
Incorrect GeoCoordinate at Random
Sometimes when the device is pulling coordinates with the GeoPositionAccuracy set to High and the MovementThreshold set to 0, the GeoCoordinate that is captured is further away and not inline with the ...
2
votes
2answers
502 views
Zoom to see entire MapLayer in Bing Maps
If I have a MapLayer that I'm applying to Bing Maps where I have a list of coordinates, how can I zoom to see the full MapLayer (dynamically zoom to the proper size) and toggle between seeing the ...
1
vote
1answer
426 views
ArcGIS for Windows Phone with Bing maps and shape files
I have a set of shape files that I want to display on a map along with satellite imagery.
I currently use ThinkGeo for this sort of thing on Windows.
I'm writing a Windows Phone app that must ...
2
votes
1answer
990 views
sharpmap overlay mapinfo on bing/google
I want to use sharpmap to overlay a mapinfo tab file onto google or bing.
I have it working pretty much at the moment however the co-ordinates that bing/google show are in correct so my mapinfo file ...
8
votes
4answers
602 views
Satellite Imagery Providers
I'm building a web application - my requirements are:
Must have global satellite imagery.
Must have easy to use API's that are
capable of geoJSON data imports, mouse and keyboard gestures, etc.
To ...
2
votes
1answer
2k views
How to convert a bing maps quadkey to mercator coordinates
How do you convert a bing maps quad key, such as "03200320023" to coordinates in mercator virtual earth (epsg 3857) coordinate system?
I've got an algorithm to convert to coordinates in latitude ...
3
votes
3answers
814 views
Can we have a local BingMap server or Google Earth server?
Is it possible to have all the map data come from local server instead of Google Earth or Bing Map but still use their tools as front end.
For example Bing Map control (from their SDK) would be ...
2
votes
2answers
223 views
Does Bing Maps have a 3D mode?
The following wikipedia page says that 3d mode in bing maps was discontinued
http://en.wikipedia.org/wiki/Comparison_of_web_map_services
Whats the reason for that?
Is there any official ...
7
votes
3answers
744 views
Performance of google map tile creation processes
I know that question is rather vague but please bear w/me. I'm trying to get an idea of what sort of product performance - specifically timing - people have seen for various methodologies they have ...
4
votes
1answer
678 views
Does the Bing Maps API have a distance to coast service?
Does the Bing API contain a distance to coast service from an address? All we need to do is calculate the distance to a major coastline (Atlantic or Gulf of Mexico).
6
votes
1answer
1k views
How to export Bing Maps layers to Pdf with Arcmap - and get appropriate resolution?
I've got a GP service that creates a new mxd, adds Bing Layers to it, zooms to a particular extent, then exports a pdf. Sometimes (when the network is slow, I suspect) the resulting pdf has a mixture ...


