From efd2357d5ba935b95f9e79b80e0bbe8cbeee402e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Thu, 9 Oct 2014 13:21:24 +0200 Subject: [PATCH] Fix typo in xyz-esri-4326-512 example --- examples/xyz-esri-4326-512.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/xyz-esri-4326-512.js b/examples/xyz-esri-4326-512.js index 64f865633f..0b84f053ad 100644 --- a/examples/xyz-esri-4326-512.js +++ b/examples/xyz-esri-4326-512.js @@ -35,8 +35,7 @@ var map = new ol.Map({ target: 'map', layers: [ new ol.layer.Tile({ - extent: projectionExtent, - /* ol.source.XYZ and ol.tilegrid.XYZ have nu resolutions config */ + /* ol.source.XYZ and ol.tilegrid.XYZ have no resolutions config */ source: new ol.source.TileImage({ attributions: [attribution], tileUrlFunction: function(tileCoord, pixelRatio, projection) {