Updating notes after 84cf468

This commit is contained in:
ahocevar
2012-12-14 09:35:15 +01:00
parent 84cf468a22
commit 257b249b9d

View File

@@ -28,7 +28,8 @@ Corresponding issues/pull requests:
## Bing Layer
All requests to the Bing Maps service are not sent using the same protocol as the OpenLayers application using the Bing layer. A new config option `protocol` has been introduced to set the protocol to use for requests to the Bing Maps service. For applications hosted on a `file:` url or if in doubt, set `protocol` to 'http:'.
All requests to the Bing Maps service are now sent using the same protocol as the OpenLayers application using the Bing layer. For file:/// URIs, the http
protocol is used. A new config option `protocol` has been introduced to set the protocol to use for requests to the Bing Maps service. 'https:' should work fine, but the availability of tiles and attribution logo with the https protocol is not guaranteed. If in doubt, set `protocol` to 'http:'.
Corresponding issues/pull requests: