Tiles in Local Storage with Web Workers, which tiles ?

406
0
05-03-2012 11:48 PM
tommykurniawan
New Contributor
Hi all, I try test this routine with my tile installed in local, and set like below,
--
        dojo.extend(esri.layers.ArcGISTiledMapServiceLayer, {  //extend ArcGISTiledMapServiceLayer to use localStorage if available, else use worker to request tile and store in local storage.
          getTileUrl : function(level, row, col) {
    var url = "C:/inetpub/wwwroot/tile/" + level + "/" + row + "/" + col;
--

i Try with 3 types of tiles OSM Tile, Google Tile and ArcGIS Server Tile( explodeaded type )
but not working like sample.

Could some one help me out on this ?

I'm not yet debuging it with such as 'firebug'.

Thanks - Tommy
0 Kudos
0 Replies