diff --git a/examples/arcgiscache_ags.html b/examples/arcgiscache_ags.html index 7edc631257..09b9551efb 100644 --- a/examples/arcgiscache_ags.html +++ b/examples/arcgiscache_ags.html @@ -141,7 +141,7 @@ tileSize: new OpenLayers.Size(layerInfo.tileInfo.cols, layerInfo.tileInfo.rows), tileOrigin: new OpenLayers.LonLat(layerInfo.tileInfo.origin.x , layerInfo.tileInfo.origin.y), maxExtent: layerMaxExtent, - projection: 'EPSG:' + layerInfo.spatialReference.wkid, + projection: 'EPSG:' + layerInfo.spatialReference.wkid });