Use https for openlayers.org

This commit is contained in:
Tim Schaub
2016-10-16 00:16:15 -06:00
parent 978548b085
commit 9875df39bf
16 changed files with 36 additions and 36 deletions

View File

@@ -41,7 +41,7 @@ goog.require('ol.transform');
* @const
* @type {string}
*/
ol.OL3_URL = 'http://openlayers.org/';
ol.OL3_URL = 'https://openlayers.org/';
/**