441 Commits

Author SHA1 Message Date
andygup
4f6ee9e518 Fixes issue #54 2014-01-27 18:04:38 -07:00
andygup
4cdb3f2035 modified offlineEnabler.estimateTileSize to get slightly better numbers. 2014-01-22 22:33:40 -07:00
Javier Abadia
221d790705 fixed proxy path 2014-01-22 00:19:44 +01:00
Javier Abadia
4961e62f56 minimal changes to make everything AMD compliant 2014-01-22 00:19:44 +01:00
Javier Abadia
84a0690902 refactored common code in one function 2014-01-18 21:58:23 +01:00
Javier Abadia
ce6e8ff391 better string concatenation 2014-01-18 21:51:00 +01:00
Javier Abadia
174ac112a7 changed for(in) to for(i;i<n;i++), see http://stackoverflow.com/questions/500504/why-is-using-for-in-with-array-iteration-such-a-bad-idea 2014-01-18 20:16:42 +01:00
Javier Abadia
6e08c15e19 use strict 2014-01-18 20:15:36 +01:00
andygup
c5e2742045 more changes to stability temp store undo functionality 2014-01-17 15:50:01 -07:00
andygup
593eb57ec4 Initial restructing of _reestablishInternet() and it’s related functionality. 2014-01-17 09:12:34 -07:00
andygup
5452dc7373 Fixed bug that prevent temp store deletes when multiple edits were cached. 2014-01-14 17:51:41 -07:00
andygup
fa1a50eb71 Fixed another undo bug. 2014-01-14 17:15:58 -07:00
andygup
3c1608054e Many edits to prepare for edit undo functionality. 2014-01-14 15:55:20 -07:00
andygup
5699d417e0 More changes related to handling rollback of an edit. Plus fixes for applyEdit bugs. Some changes were lost related to a corruption in my local git. 2014-01-14 12:00:33 -07:00
Javier Abadia
e0d173f55f this sample has been merged into the samples/tiles sample, and save/load functionality is now part of the library 2014-01-14 16:05:33 +01:00
Javier Abadia
de1cd8afa8 better style for "Load" button 2014-01-14 09:02:51 +01:00
Javier Abadia
e94f1b83f0 implemented load of tiles from csv file 2014-01-13 23:43:35 +01:00
Javier Abadia
220a9476c0 buttons below the map 2014-01-13 22:53:21 +01:00
Javier Abadia
e152a5d716 initial state of button 2014-01-13 22:38:33 +01:00
Javier Abadia
8ec1760770 buttons on top 2014-01-13 18:38:21 +01:00
Javier Abadia
39c4e84827 add buttons to save to file and load from file 2014-01-13 14:22:27 +01:00
Javier Abadia
ddbf16194b simplified progress reporting 2014-01-13 13:56:00 +01:00
andygup
2aba3c7e03 more infrastructure to support rollback of an offline edit 2014-01-12 22:31:00 -07:00
andygup
d9efc11592 Closes #40. Also added tests to support that issue. 2014-01-10 18:20:54 -07:00
andygup
0ae10f89b4 rewrote event bus in OfflineStore 2014-01-09 18:07:13 -07:00
andygup
54292acdcd added ability to log all edits offline and online. Still needs some work. 2014-01-08 17:57:41 -07:00
andygup
376abbdecf Fixes #37, Previous commit fixes #27. Logs basic activity tracking in edit-basic UX 2014-01-08 13:52:03 -07:00
andygup
4007637b31 restructured phonegap sample directory. Minor update to readme 2014-01-07 11:45:38 -07:00
Javier Abadia
5e8bc33dca moved 'edit' directory to 'lib/edit' 2014-01-03 00:44:54 +01:00
Javier Abadia
a9bace26ec fixing paths 2014-01-03 00:35:31 +01:00
Javier Abadia
73d34f8270 fixes to make this work again 2014-01-03 00:15:08 +01:00
Javier Abadia
39f0c30d12 more fixing paths 2014-01-03 00:14:38 +01:00
Javier Abadia
16a7859f63 some help for people trying to figure out what each sample is for 2014-01-02 18:23:21 +01:00
Javier Abadia
33bbbe8e5a moved tiles app to samples dir 2014-01-02 17:50:04 +01:00
Javier Abadia
c0020540f9 moved sample file to more appropriate location 2013-12-29 20:45:57 +01:00
andygup
25d67595b3 added duplicate edit event and changed web map ID back 2013-12-20 11:18:14 -07:00
andygup
0682a07c8f addt’l stabilization fixes to offlineStore. 2013-12-19 15:22:15 -07:00
andygup
ea922ad334 offlinestore now handling reestablishing internet connection properly 2013-12-18 17:51:34 -07:00
andygup
143eae00ae moved edit basic sample to /samples along w/ various css enhancements 2013-12-17 18:05:03 -07:00
andygup
a6d5f5b9ab fix minor html ref bug in tiles-savetofile.html sample 2013-12-17 09:24:06 -07:00
andygup
1ed5ad3e34 more url reference changes in tiles/src. Added sample director. New sample that lets you save tiles to a download csv. 2013-12-16 23:18:32 -07:00