mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
more code comment cleanup
This commit is contained in:
parent
fac9a061b9
commit
8e87906977
@ -592,14 +592,14 @@ define([
|
||||
};
|
||||
|
||||
/**
|
||||
* Returns an interable array of all edits stored in the database
|
||||
* Returns an iterable array of all edits stored in the database
|
||||
* Each item in the array is an object and contains:
|
||||
* {
|
||||
* id: "internal ID",
|
||||
* operation: "add, update or delete",
|
||||
* layer: "layerURL",
|
||||
* type: "esri Geometry Type",
|
||||
* graphic: "esri.Graphic converted to JSON"
|
||||
* graphic: "esri.Graphic converted to JSON then serialized"
|
||||
* }
|
||||
* @param callback (true, array) or (false, errorString)
|
||||
*/
|
||||
|
||||
@ -370,6 +370,9 @@
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Load the feature while offline using information stored in database
|
||||
*/
|
||||
function loadFeatureLayerOffline(){
|
||||
busStopFeatureLayer.getFeatureLayerJSONOptions(function(success,optionsObj){
|
||||
if(success){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user