[OpenLayers-Commits] r11728 - trunk/openlayers/examples
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Fri Mar 25 12:48:16 EDT 2011
Author: bartvde
Date: 2011-03-25 09:48:15 -0700 (Fri, 25 Mar 2011)
New Revision: 11728
Modified:
trunk/openlayers/examples/arcgiscache_ags.html
Log:
fix trailing comma in example, non-functional change
Modified: trunk/openlayers/examples/arcgiscache_ags.html
===================================================================
--- trunk/openlayers/examples/arcgiscache_ags.html 2011-03-24 08:10:26 UTC (rev 11727)
+++ trunk/openlayers/examples/arcgiscache_ags.html 2011-03-25 16:48:15 UTC (rev 11728)
@@ -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
});
More information about the Commits
mailing list