diff --git a/examples/wms-custom-proj.js b/examples/wms-custom-proj.js index 0f2156e4fb..bffb52765a 100644 --- a/examples/wms-custom-proj.js +++ b/examples/wms-custom-proj.js @@ -2,8 +2,6 @@ goog.require('ol.Attribution'); goog.require('ol.Coordinate'); goog.require('ol.Extent'); goog.require('ol.Map'); -goog.require('ol.Projection'); -goog.require('ol.ProjectionUnits'); goog.require('ol.RendererHints'); goog.require('ol.View2D'); goog.require('ol.control.ScaleLine'); diff --git a/examples/wms-single-image-custom-proj.js b/examples/wms-single-image-custom-proj.js index 526834af11..550fdd5f80 100644 --- a/examples/wms-single-image-custom-proj.js +++ b/examples/wms-single-image-custom-proj.js @@ -2,8 +2,6 @@ goog.require('ol.Attribution'); goog.require('ol.Coordinate'); goog.require('ol.Extent'); goog.require('ol.Map'); -goog.require('ol.Projection'); -goog.require('ol.ProjectionUnits'); goog.require('ol.RendererHints'); goog.require('ol.View2D'); goog.require('ol.layer.ImageLayer');