Use https for epsg.io

This commit is contained in:
Tim Schaub
2016-10-16 00:39:07 -06:00
parent 8c8246a33f
commit 324e67fac1
7 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ goog.require('ol.source.ImageWMS');
//
// Note that we are setting the projection's extent here, which is used to
// determine the view resolution for zoom level 0. Recommended values for a
// projection's validity extent can be found at http://epsg.io/.
// projection's validity extent can be found at https://epsg.io/.
//
// If you use Proj4js only to transform coordinates, you don't even need to
// create an ol.proj.Projection instance. ol.proj.get() will take care of it