Fix typo in xyz-esri-4326-512 example

This commit is contained in:
Éric Lemoine
2014-10-09 13:21:24 +02:00
parent c69974f460
commit efd2357d5b

View File

@@ -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) {