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

@@ -16,7 +16,7 @@ goog.require('ol.source.TileWMS');
var projection = new ol.proj.Projection({
code: 'EPSG:21781',
// The extent is used to determine 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/.
extent: [485869.5728, 76443.1884, 837076.5648, 299941.7864],
units: 'm'
});