Is it actually ok to use bing maps to project onto webgl 3d models?

See: http://potree.org/demo/experimental/potree_map_projections/examples/viewer_proj.html
This is just experimental but I'd love to support Bing in the next stable release.
The project is a webgl point cloud viewer. Open Source and free to use.

The Bing Maps tile can be used in custom map controls, however the tiles need to be accessed using a specific method. The URL t the map tiles changes from time to time. This can cause your application to break. To prevent this your application should call
the Bing Maps Imagery Metadata service when it loads to get the current map tile URL. This also serves as a way to authenticate the usage of the Bing Maps data in your application.
Documentation
on this service can be found here:
http://msdn.microsoft.com/en-us/library/ff701716.aspx
Making a request to the imagery service like this:
http://dev.virtualearth.net/REST/V1/Imagery/Metadata/Road?output=json&include=ImageryProviders&key=BingMapsKey
This will return a response that contains an Image URL property. This URL will look something like this:
http://ecn.{subdomain}.tiles.virtualearth.net/tiles/r{quadkey}.jpeg?g=129&mkt={culture}&shading=hill&stl=H
You can then replace the different parts of the URL to create each tile. The subdomain can be a value of t0, t1, t2, t3. Using a different one for each tile request you can increase performance by get around browser URL request limits
i.e. many browsers allow up to 8 concurrent requests to the same domain. Using subdomains allows up to 8 requests per subdomain. The culture value can be any value that is documented under the imagery section here:
http://msdn.microsoft.com/en-us/library/hh441729.aspx The quadkey value can be calculated based on the zoom level and the tile you wish to render. Information on the tile system along with
some useful code can be found here:
http://msdn.microsoft.com/en-us/library/bb259689.aspx
http://msdn.microsoft.com/en-us/library/aa940990.aspx
In addition to this, the query will also return information on the imagery providers and copyright information which should be displayed with the imagery.
Licensing queries can be sent here:
http://www.microsoft.com/maps/contact-us.aspx
http://rbrundritt.wordpress.com

Similar Messages

  • I have a program that uses Bing Maps, but the map only loads after the second search.

    On my website, I have an Agency Locator that uses Bing Maps to locate and display agencies near a zip code. In Chrome and IE, the map loads fine. If I clear the cache in FireFox, the map doesn't show up on the first search. The second search displays fine. I am not quite sure if there is something wrong with my code or if it is a bug with FireFox, Bing Maps, or the two of them together. I am using FireFox V27.0 on a Windows 7 pc.

    As an aside, I think attachEvent is a proprietary method of Internet Explorer. The script's method of browser detection might need to be updated.

  • Unable to add bing maps to projects references

    I am making a windows store app ( 8. 1 ) with visual studio 2013 and I am following this guide https://msdn.microsoft.com/en-us/library/dn456475.aspx .
    Now I installed the bing maps sdk
    http://i.imgur.com/je6Fxgd.png
    But when I want to add it as a reference I do not see it in the reference menu
    http://i.imgur.com/VIcD5ol.png
    They are also not under any other tab.
    But I know that it is installed. When I look under C:\Users\{username}\AppData\Local\Microsoft SDKs\Windows\v8.1\ExtensionSDKs\Bing.Maps.Xaml\1.313.0825.0\ I see a lot of stuff
    DesignTime
    extension.vsixmanifest
    License.rtf
    redist
    references
    SDKManifest.xml
    Xaml-200x200.png
    Xaml-32x32.png
    And some .dll files in the subdirectories. When I try to add those ( in the add-reference window under browse ) I get an error "A reference to ~ could not be added. Please make sure that the file is accessible, and that it is a valid assembly or COM
    component."
    I really don't know what to do.
    Oh and yes, I restarted my visual studio 2013 and computer multiple times and yes, I made everything compile for x86.

    That sample and SDK are for Windows 8.1 only...
    For Windows Phone 8.1 applications the Map control is part of the base references.
    see:
    Windows.UI.Xaml.Controls.Maps and
    Windows.Services.Maps namespaces.
    The "Using Bing Maps in Universal Apps" has examples for both Windows 8.1 and Windows Phone 8.1
    Eric Fleck, Windows Store and Windows Phone Developer Support. If you would like to provide feedback or suggestions for future improvements to the Windows Phone SDK please go to http://wpdev.uservoice.com/ where you can post your suggestions and/or cast
    your votes for existing suggestions.

  • Have You Used Bing Map to Display Data

    I am looking for anyone who has used the Bing Map API to display their BW reporting?  Would you share your scenario and experience with the API?  How was it received by your reporting developers?  How was it received by your reporting consumers? 
    I am looking for any insights you may have.
    Best Regards,
    Scott Hutslar

    Scott,
    Bing Maps API or Google Map API the concerns are :
    There are multiple ways to do it - these APIs are available as web services which you can call and you can realize them using :
    1. Third party application using data from BW and BING together - this could be platforms like FLEX / any Java Application that you can build including Web Dynpro etc.
    You can also use BSP Pages to develop the same.
    Constraints :
    the BING APi requires connection to the internet and usually the sandbox / dev systems are not exposed to the internet which leads to the usual option of doing it in a third party application like FLEX etc.
    Data from BW can be enabled using web services - typically using the Query_view_data web service or the restful web service available for queries ( search for RESTFul Query in the WIKI and you should get the wiki by Durairaj Athavan raja )
    Now when you use a third party tool - then rollout becomes an issue especially with FLEX and the crossdomain issues you will face. Using TOmcat and a custom Java application / AJAX etc would mean that you will have to look at how these applications get consumed.
    The experience is very good in terms of flexibility afforded to UI design but this would ofcourse depend on the interface or method you would use.

  • Firefox (12.0, Ubuntu) freezes on Bing maps

    Hello,
    When I try and use Bing maps (maps.bing.co.uk, I live in UK), firefox gets very slow and freezes after about 3 zoom or move operations. I've tried disabling hardware acceleration - with accel on, the whole X server freezes, without it just firefox.
    I've also tried turning network.prefetch-next off, to no avail.
    Safe mode does not help either.
    I know there's a bug report at https://bugzilla.mozilla.org/show_bug.cgi?id=717521 but it's marked as fixed.
    I recently installed chromium and it can handle Bing maps on my system with no problems.
    System:
    IBM thinkpad Z60m / Ubuntu 10.04 (lucid) / 2GhZ processor, 1GB RAM / Kernel 2.6.32-41-generic, Gnome 2.30.2 / Firefox 12.0 (Ubuntu)

    hello, i'm not sure if i'm reading the bugzilla entry correctly but the target milestone is set to mozilla13 (=firefox 13), so maybe it will just finally be fixed with the next update?!

  • FireFox 3.6.13. BING Maps are being blocked. New Problem

    I am using Windows XP Pro. FireFox 3.6.13.
    I am having a new problem using Bing Maps.
    When I first go to the Bing Maps page, I can see the map of the U.S. as usual. When I enter the name of a single specific location (e.g. a city name or a street address), the map images will Not display. The screen is blank where I should see a map; however, the information about the location appears on the left side of my screen just the same. I noticed that the image may appear for no more than one second and then disappear. Reloading the page gives me the same result.
    However, this problem does Not occur if I start from the map image of the U.S. and just zoom in on an area. The map appears normally even when I continue to zoom.
    Likewise, the problem does Not occur if I use Get Directions and enter a starting point and destination. The map images appear normal.
    It is only a a problem when I do a search for a single specific location (e.g. city or street address).
    This problem just started about two weeks ago and occurs only when using FireFox. It does Not happen when I use Internet Explorer.
    Thank you.

    See if anything here helps you. <br />
    https://support.mozilla.com/en-US/kb/Images+or+animations+do+not+show

  • How to use offline map for windows store app using c# and xaml

    Hi friends,
    I want to integrate offline map in my windows store app but I am not able to achieve that.
    Below is my requirement:
    When a user wants to go somewhere where she/he doesn't want to use wi-fi or mobile data but wants to use map to assist her/him to roam around. For this I want to give an option to download the map for that region/area before leaving for that place and there
    she/he can use map even in offline.
    Is it possible that I can achieve this using Bing maps?
    If yes then tell me the processes to follow.
    If no then can I achieve this using "Here" or by using any other API or by tweaking any way?
    Note: I am showing maps in case of online and user can search for directions or any places in that. I am using Bing maps for that.
    Thanks,
    S.Sandeep

    Hi Sandeepmsandy,
    There is no available code sample for this scenario. You may write your own.
    Step 1: Get pdf URL from sqlite database. Please refer to the following MSDN blog and see a code sample.
    http://blogs.msdn.com/b/robertgreen/archive/2012/11/13/using-sqlite-in-windows-store-apps.aspx. Note, you need to retarget the project to 8.1 and then get two sqlite packages from NuGet before building this sample.
    Step 2: Use some special classes to get file from serer.
    HttpWebRequest can help download small pdf files. For more information to see
    https://social.msdn.microsoft.com/Forums/windowsapps/en-US/de96a61c-e089-4595-8349-612be5d23ee6/download-file-with-httpwebrequest?forum=winappswithcsharp. It’s easy for use, but if you want to download the larger or many files, it’s recommend to use
    BackgroundTransfer namespace. The classes in this namespace provide a power way to transfer files in the background. See a code sample from MSND.
    https://code.msdn.microsoft.com/windowsapps/Background-Transfer-Sample-d7833f61.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate
    the survey.

  • Can I use the new Bing Maps control released in Feb 2015 in my windows store app?

    Can I use the new Bing Maps control released in Feb 2015 in my windows store app?  If not, will there be a release of the store app version that has all or most of the updates that are in the new map control for WPF/Silverlight?

    The FEB 2015 release was for the WPF map control which is for desktop only. There is an existing Bing Maps SDK for Windows Store apps which has a lot more functionality than the WPF map control already. You can find this SDK here:
    https://visualstudiogallery.msdn.microsoft.com/224eb93a-ebc4-46ba-9be7-90ee777ad9e1
    You can find documentation this SDK here:
    https://msdn.microsoft.com/en-us/library/hh846481.aspx
    Also, I have written a free ebook on this SDK here:
    https://rbrundritt.wordpress.com/my-book/
    You can also find lots of code samples here:
    https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=Topic&f%5B0%5D.Value=Bing%20Maps&f%5B1%5D.Type=Platform&f%5B1%5D.Value=Windows%20RT&f%5B1%5D.Text=Windows%20Store%20apps
    You can also find a bunch of blog posts on this control on the Bing Maps blog. Here is a filtered list of blogs for Windows Store Apps:
    http://blogs.bing.com/maps/tag/windows-store-app/
    http://rbrundritt.wordpress.com

  • How to calculate the area of polygon in WPF Bing map?

    Hi everyone, I have a polygon on Bing Map WPF and want to calculate its area in square feet. I used a list contained all points of the polygon to calculate using this formula: area += (point.X * nextPoint.Y - point.Y * nextPoint.X)/2. However, the result
    is too large. For example, I calculated a rectangle of 57ft and 80ft and the result was 58000. It's supposed to be 4560. Do I need to convert points to feet? Could you help me to solve this? Thanks a lot.
    Here is my code:
    double area = 0;
    double area2 = 0;
    for (int numPoint = 0; numPoint < inputPoint.Count - 1; numPoint++)
    System.Windows.Point point = inputPoint[numPoint];
    System.Windows.Point nextPoint = inputPoint[numPoint + 1];
    area2 += point.X * nextPoint.Y - point.Y * nextPoint.X;
    area = area2 / 2;

    Calculating the area of a polygon on a map is very complicated as the world is a sphere and you are actually trying to calculate the area of a polygon stretched on the surface of a sphere. Since you are using WPF I'd suggest to make things easy and make
    use of the spatial library available in SQL server. All the spatial functionalities in SQL server are available as a dll which you can use in your WPF application. You can easily use this library to calculate the area of a polygon accurately and do a lot of
    other really powerful things as well. To start off with, if you have SQL instelled you can find the SQL Spatial Library (Microsoft.SqlServer.Types) located in the C:\Program Files (x86)\Microsoft SQL Server\110\Shared directory. If you
    don't have SQL Server installed you can download the express version for free from here:
    http://www.microsoft.com/en-us/sqlserver/editions/2012-editions/express.aspx
    Take a look at this hands on lab for information using SQL spatial tools in .NET:
    http://view.officeapps.live.com/op/view.aspx?src=http%3A%2F%2Fecn.channel9.msdn.com%2Fo9%2Flearn%2FSQL2008R2TrainingKit%2FLabs%2FUsingSpatialDataInManagedCode%2FLab.docx
    Once you have this library you can create an SQL Geography object from your polygon. Once this is done you can then use the STArea method to calculate the area of the polygon. There is a ton of other spatial methods available as well which you can use to
    create a really powerful mapping application.
    http://rbrundritt.wordpress.com

  • Bing Maps in SSRS behind proxy

    Hi guys,
    This is in regards to showing Bing maps in SSRS 2008 R2 behind a proxy. The server in question does not have access to DNS so I have entered a hosts entry for dev.virtualearth.net and also
    set the web.config file to use the proxy. The map is now displaying a 404 for each tile rather than cannot access dev.virtualearth.net. Please can you advise what other changes I would need to make to get this working.
    Thanks,
    Richard

    Hi Richard,
    Actually, if you want to display Bing map on the server report behind a proxy, you have to configure proxy server for Reporting
    Services. Otherwise you will receive this error message “ The remote name could not be resolved:’dev.virtualearth.net’”, I think the root cause of your issue is incorrect method for setting proxy server, Please follow below steps to
    reset it:
    1. Find out web.config file at this location: <drive name>\Program Files\Microsoft SQL Server\MSRS10_50.<instance name>\Reporting
    Services\ReportServer
    2. Add the following xml fragment between </runtime> and </configuration>node:
    <system.net>
    <defaultProxy enabled="true" useDefaultCredentials="true">
    <proxy bypassonlocal="True" proxyaddress="http://<Your Proxy Server>" />
    </defaultProxy>
    </system.net>
    Note: If your proxy server is
    itgproxy.redmond.corp.microsoft.com, just type in proxyaddress="http://itgproxy.redmond.corp.microsoft.com" />
    3. Save the file, and click the server report, I think you could see the Tile layer.
    If you have any question, please feel free to ask.
    Thanks,
    Challen Fu [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • How do I create a Bing Maps route that stays on a U.S. Route number for tourism/scenic purposes?

    How do I create a Bing Maps route that stays on a U.S. Route number for tourism/scenic purposes?  I want to go from point a to point b while staying as much as possible on a US route number, such as US 6 or US 20 or US 101 or US 40, (and the defunct
    US 66).
    Instead of dragging points back to the road every time it pulls you onto a faster route, can I just say "use RT20 as much as possible?"
    Or as simple as choosing a point on a US Route and selecting the entire length as a trip.   The idea is to plan trips throughout the USA avoiding interstates, and staying on the actual original routes.
    I am posting this here at request from Microsoft Support Engineer as a more complex request.

    This is already on the feature request list from one other person. This would take a lot of work to implement from a technical side of things. given that only one other person has requested this, there isn't much of a business case for this yet.
    http://rbrundritt.wordpress.com

  • Using iPhone Maps App abroad

    I should start by saying that I have no problems with Maps on my iPhone 3G.
    In fact I seem to have a magic iPhone judging by the posts and questions elsewhere.
    My iPhone, with data roaming turned off - wifi off - 3G off, and with only a very basic 2G network with O2 in rural Wales and with only 1 to 2 bars of signal, quickly uploads the Google maps to the highest resolution (less than 1 minute). And no, the maps were not already cached on my iPhone unless someone stole it, went the remote location, used the maps app, then sneakily returned the phone. Neither do I suffer from memory lapses, nor Alzheimer's (though my children might disagree).
    My questions are;
    1) does this (marvellous) service actually operate over a bog standard mobile network connection?
    2) will it work as well anywhere in the world with a bog standard mobile network connection?
    3) will it cost me 'roaming' minutes to use the Maps app abroad.
    Many thanks,

    Thanks for the info. I take it then that you don't need Wifi, Edge, or 3G for Maps to work which is good news, and contrary to many of the posts I have read.
    Bog standard means 'basic' thought to be a corruption of 'box standard' as in 'vanilla', 'no frills' etc. Usually used in a slightly derogatory manner, as in "my kids have ended up in a 'bog standard' school".
    Thanks again.

  • How to add a bing map with pins to a Siena Project

    Hi
    I just want to add a bing map with the current location and a few nice pins of some nice locations around me. Comming out of a Excel file. Potentially also draw some routing lines into the bing maps.
    Any ideas how I can accomplish that goal?
    Thank you in advance
    wbr.
    Joerg 

    yes you can (there is actaully one on the map, blue square)
    The syntax is listed on
    http://msdn.microsoft.com/en-us/library/ff701724.aspx
    You will however have to build the correct string to included in the image source (which you can do in the source excel or in runtime in siena)
    Concatenate is suitable to do that.
    http://dev.virtualearth.net/REST/v1/Imagery/Map/Road?pp=47.638197,-122.131378;;1&ms=350,500&key=KEYHERE
    the PP indicates the pin actually and the bing map autocenters on that. You have several options listed on the webpage listed above. It's a question of the one fitting you best.
    Please note that your bing key is yours so you need to hide it well enough.
    Regards
    StonyArc

  • Error while using ADF map component

    I am facing problem while using ADF map component to display geographical addresses on the map. Steps I have followed are as follows :
    1. I have created a simple table with structure.
    location_name varchar2(20),
    longitude number(10),
    latitude(10)
    This table is having records for actual values.
    2. I have created BC objects for accessing this table.
    3. Then I have added this data control to the JSP page as a ADF map and point theme. Here I have specified map viewer URL as http://elocation.oracle.com/mapviewer/. I have binded values for longitude and latitude to the values from EO. I have specified point data value as location_name. No value is specified for category.
    With this setup when I try to execute the page, it is throwing following error.
    DVT-26007: Theme mapPointTheme1 cannot be displayed because data at row 0(rowId=0001000000055445535431) does not have value.
    Can someone guide me on this please.....
    Message was edited by:
    user609092

    Hi,
    When we add point theme to the map, we specify the data control binding to this theme. This binding is done against the attribute names from the data control. I want to bind this theme input values to some variables. So that it can be changed at runtime. I think this can be done if we are able to use EL. So is it possible to achieve this? Could you please suggest me any other alternative way to achieve this.
    Thanks,
    Prashant

  • Bing maps useless outside US?

    I live in Poland, but Bing maps cannot find ANY streets! Street names can be seen on the maps, but search simply doesn't work. "No results found" for ANY address. Google maps had no problems with this. I also travel to Sweden frequently. Here search fails as soon as you use any accented characters. And it doesn't find alternative spellings. For instance, searching for an address like "Ö-street" using "O-street" would have worked in Google maps, but Bing map fails.
    This makes Bing maps absolutely useless outside the US!!! Pretty poor!!!!!
    Is HP not expecting US users to travel outside their country then? And does HP not care about users in non-English countries? I guess so.
    Post relates to: Pre 2 p102una (Unlocked NA)

    I can confirm that - Bing maps are useless in Poland. I don`t know why but it`s not possible to search using street names (on desktop & pre2 version).
    @LazPL: did you try contacting with MS support? Maybe they know something?

Maybe you are looking for

  • Can i use iphone 6plus contract free in india

    i have brought contract free iphone 6 plus from new jersey can i use it in india with indian network of Vodafone

  • Possible to have spry Tabbed Items vertical rather than horizontal?

    Hi, I'm basically trying to set up a website that uses spry tabbed instead of links because I would like to have a continuous, rolling flash image browser running in a separate div. Links would obviously refresh the plug-in, and it's not what I'd lik

  • Buying new HDTV but don't want lag while gaming

    Hi all. So I'm getting a new HDTV soon, and I want to connect my ps3 and xbox 360 to it. I'm getting the LG 47LH90 (47" 1080p 240 Hz) and I'm getting the Monster Cable HDMI 114013-00 (THX 1000)  for my ps3 to play movies and such. Thing is, I also wa

  • Why can't I send a picture in the e mail?

    In the last couple days I can only send picture as an attachment.If I browse or drag any picture into the e mail the picture will be deleted by Avast or Thunderbird. I have turned Avast off and sent an e mail with a picture and the picture got delete

  • IMovie crashed and will not create a new project

    I was in the middle of working on a project and when I went to add a clip, it said something along the lines that I couldn't put it there and then closed the program. When I was able to open it back up, I tried working on it but it couldn't find the