117 Commits

Author SHA1 Message Date
Andy Gup
0d2c4c96ca updated code comments 2015-03-27 17:58:27 -06:00
Andy Gup
6532ade7fd delete temp features 2015-03-27 17:58:27 -06:00
Andy Gup
c75bd479cd Validate features for adds and updates 2015-03-27 17:58:27 -06:00
Andy Gup
08058b2b08 refactored 2015-03-27 17:58:27 -06:00
Andy Gup
f515f2b8f6 doc clarification on event 2015-03-27 17:58:26 -06:00
Andy Gup
c1c733113f protect against onBeforeApplyEdits undefined 2015-03-27 17:58:26 -06:00
Andy Gup
218e23559a Clarifies ALL_EDITS_SENT object properties 2015-03-27 17:58:26 -06:00
Andy Gup
f6fdc2e978 clarified doc on what's returned by getAllEditsArray() 2015-03-27 17:58:26 -06:00
Andy Gup
e876797f50 removed EDITS_SENT from offline applyEdits() 2015-03-27 17:58:26 -06:00
Andy Gup
b93af85ba2 Fixed deferred error when using Editor 2015-03-27 17:58:26 -06:00
Andy Gup
ad1f3d77ee hard deprecate getReadableEdit() 2015-03-27 17:58:26 -06:00
Andy Gup
58b87098b4 code comment update 2015-03-27 17:58:26 -06:00
Andy Gup
6518b61082 removed deferredList 2015-03-27 17:58:25 -06:00
Andy Gup
dd2bcf1a38 separate out db init 2015-03-27 17:58:25 -06:00
Andy Gup
a5581aade5 adds layer.getUsage() 2015-03-27 17:58:25 -06:00
Andy Gup
c53f43a557 adds getPhantomGraphicsArray(), getAllEditsArray() 2015-03-27 17:58:25 -06:00
Andy Gup
aefb5c0b26 refactored lib/edit/ 2015-03-27 17:58:25 -06:00
Andy Gup
20616a449c ability to store offline restart info in db 2015-03-27 17:58:25 -06:00
Andy Gup
940bd4ab5c adds basic getFeatureLayerJSON functionality 2015-03-27 17:58:25 -06:00
Andy Gup
5c39eecb1e adds phantom graphics to db. Moves functionality to editsStore.js 2015-03-27 17:58:24 -06:00
Andy Gup
15740752a6 better functionality in clean edits db 2015-03-27 17:58:24 -06:00
Andy Gup
4cc0cbf536 capture add, update, delete errors while offline via EDITS_ENQUEUED_ERROR 2015-03-27 17:58:24 -06:00
Andy Gup
89bdbed77d all tests passing again 2015-03-27 17:58:24 -06:00
Andy Gup
119fb6fe33 correctly handle phantom graphic layer errors 2015-03-27 17:58:24 -06:00
Andy Gup
a27ad858e1 minor code comment cleanup 2015-03-27 17:58:23 -06:00
Andy Gup
15e0c52f14 general code cleanup 2015-03-27 17:58:23 -06:00
Andy Gup
7c6d456e2a rename clean functionality for clarity 2015-03-27 17:58:23 -06:00
Andy Gup
0cc9859e1f correct code comment 2015-03-27 17:58:23 -06:00
Andy Gup
8af096303f All unit tests passing. No errors. 2015-03-27 17:58:22 -06:00
Andy Gup
ccb93afb4f 1st version w/ no errors. 2015-03-27 17:58:22 -06:00
Andy Gup
7566970d01 updated for testing 2015-03-27 17:58:22 -06:00
Andy Gup
5f6ec59246 1st working ver of offline features. A few errs 2015-03-27 17:58:22 -06:00
Andy Gup
cb2c9a7f23 added promises to extend.update 2015-03-27 17:58:22 -06:00
Andy Gup
3647d2c6d2 add new methods 2014-11-26 14:02:28 -07:00
Andy Gup
52f14d193b Closes #242 - replace constructor properties 2014-09-30 11:46:23 -06:00
Andy Gup
247af2ea07 Closes #249 - add public proxyPath 2014-09-29 15:18:05 -06:00
Andy Gup
ae3ac63622 fixed minor bug 2014-09-08 11:41:43 -06:00
Andy Gup
f3a69f6ae5 updated namespace for consistency 2014-09-08 11:41:13 -06:00
Andy Gup
5d87be2ddb updated library reference for attachmentsStore 2014-09-03 16:32:34 -06:00
Andy Gup
725be98506 initial refactor of OfflineFeaturesManager 2014-09-03 15:24:58 -06:00
Andy Gup
ef87da5ed1 added code comments 2014-07-25 14:36:47 -06:00
Andy Gup
4b03157e88 Check for attachments store 2014-07-25 14:26:56 -06:00
Andy Gup
6a1339184a minor console.log tweak 2014-06-06 15:11:53 -06:00
Javier Abadia
873d8f9339 No matter what jshint says, these are not really properties, but string-indexed elements. We access them later with a string index that comes in the geometry.type property. I believe the code is clearer this way. 2014-05-17 17:30:56 +02:00
Matt Driscoll
a44157ffeb jshint files. Some still need some work but I didn't want to break anything. 2014-05-15 16:01:51 -07:00
Javier Abadia
fb063666e1 refactored promises 2014-04-29 17:59:10 +02:00
Javier Abadia
a201620e26 fixed offline attachments unit tests (proxy thing) 2014-04-29 00:13:19 +02:00
Javier Abadia
b467e439b5 reworked attachments-editor.html sample 2014-04-28 01:00:55 +02:00
Javier Abadia
8919ed60bb this caused one test to fail
remember, attachments management is optional
2014-04-27 22:37:24 +02:00
Javier Abadia
33be209b85 refactored reading of files into attachmentStore.js
much simpler and nice!
2014-04-27 22:37:23 +02:00