-
Notifications
You must be signed in to change notification settings - Fork 84
BingMaps
Bing Maps support first appeared in version 0.7.0. Introduction
Bing Maps has several legal requirements to the use of their aerial photography.
Display of source attributions.
Display of Bing logo.
Link to End User Terms of Use.
Use a registered API key to access the data.
Access tile servers indirectly via metadata.
See also: Bing Maps Imagery Editor API for aerial images in OpenStreetMap Details
Everything starts with the map metadata. This is requested using the following URL:
Where {apikey} is replaced with the registered Bing API key.
A reduced representation of the response to that request is:
Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation. http://dev.virtualearth.net/Branding/logo_powered_by.png 200 OK ValidCredentials d84ca654171b4098b9c0b821269519ec|BAYM001201|02.00.82.1400| 1 http://ecn.{subdomain}.tiles.virtualearth.net/tiles/a{quadkey}.jpeg?g=658&mkt={culture} t0 t1 t2 t3 256 256 1 19 © 2010 DigitalGlobe 14 21 -67 -179.99 27 0The actual response has multiple ImageryProvider elements, each of which has one or more CoverageArea elements.
This response provides the URL to the tile servers, list of tile server subdomains, size of the tiles, zoom level range, the list of tile sources and the areas they provide, and a suitable logo to display.
What is missing is a link to the End User Terms of Use. This is provided in a separate configuration file internal to Vespucci.