rename docs

This commit is contained in:
Andy Gup 2015-11-23 13:03:41 -07:00
parent f346eaa21f
commit aa007435a3
11 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@
dom, on, query,
urlUtils, webMercatorUtils,
LOD,Point,Extent,TileInfo,SpatialReference,Polygon,
OfflineTilesEnablerLayer,
OfflineTilesAdvanced,
domConstruct)
{
@ -52,7 +52,7 @@
objectStoreName: "TILES"
}
g_basemapLayer = new O.esri.Tiles.OfflineTileEnablerLayer(g_url,function(evt){
g_basemapLayer = new O.esri.Tiles.OfflineTilesAdvanced(g_url,function(evt){
console.log("Tile Layer Loaded.");
g_basemapLayer.offline.proxyPath = null;
},true,dbConfig);

View File

@ -42,7 +42,7 @@
dom, on, query,
urlUtils, webMercatorUtils,
LOD,Point,Extent,TileInfo,SpatialReference,Polygon,
OfflineTilesEnablerLayer,
OfflineTilesAdvanced,
domConstruct)
{
@ -51,7 +51,7 @@
objectStoreName: "TILES"
}
g_basemapLayer = new O.esri.Tiles.OfflineTileEnablerLayer(g_url,function(evt){
g_basemapLayer = new O.esri.Tiles.OfflineTilesAdvanced(g_url,function(evt){
console.log("Tile Layer Loaded.");
g_basemapLayer.offline.proxyPath = null;
},true,dbConfig);