Updated examples with another showing multiple grid support

This commit is contained in:
Matthew Perry
2012-02-08 11:36:50 -08:00
parent b01026bd80
commit 5d00c76c92
19 changed files with 10 additions and 1 deletions

View File

@@ -134,7 +134,7 @@
var grid_layer = new OpenLayers.Layer.UTFGrid(
'Invisible UTFGrid Layer',
"./utfgrid/${z}/${x}/${y}.json"
"./utfgrid/world_utfgrid/${z}/${x}/${y}.json"
);
map.addLayer(grid_layer);