mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
rename docs
This commit is contained in:
parent
f346eaa21f
commit
aa007435a3
@ -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);
|
||||
@ -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);
|
||||
Loading…
x
Reference in New Issue
Block a user