From 257b249b9d2b7408067dc80f95a11ac0cf39e689 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Fri, 14 Dec 2012 09:35:15 +0100 Subject: [PATCH] Updating notes after 84cf468 --- notes/2.13.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notes/2.13.md b/notes/2.13.md index 92405fe683..8fdaf0a1d0 100644 --- a/notes/2.13.md +++ b/notes/2.13.md @@ -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: