Updated examples with another showing multiple grid support
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user