180 Commits

Author SHA1 Message Date
Javier Abadia
25d427faaf added replaceFeatureId() method to low level attachmentsStore module 2014-04-14 17:34:41 +02:00
Javier Abadia
0d66b7e4c9 new method to delete all attachments of a feature 2014-04-09 23:19:23 +02:00
Javier Abadia
1291976bbb reminder of task to do 2014-04-09 18:10:46 +02:00
Javier Abadia
381a18a161 comments for next steps 2014-04-09 18:10:45 +02:00
Javier Abadia
d6b6af7c0b store featurelayerurl along with attachment, so that we can keep attachments for different feature layers in the same indexeddb objectstore 2014-04-09 18:10:44 +02:00
Javier Abadia
3f8273be9e noticed a potential problem if we have multiple input nodes or multiple files 2014-04-09 18:10:43 +02:00
Javier Abadia
989de0688d store attachments in local storage
query them when showing the popup (can't display them though)
2014-04-09 18:10:42 +02:00
Javier Abadia
0970911db0 already read file(s) from input node into string(s) 2014-04-09 18:10:42 +02:00
Javier Abadia
c50559a575 changed properties of stored attachments to mimic return values of queryAttachmentInfos REST API 2014-04-09 18:10:40 +02:00
Javier Abadia
1a0a6c3c2f low level functions in attachmentsStore.js 2014-04-09 18:10:36 +02:00
Javier Abadia
dc7d8ef0eb renamed attachmentStore.js file 2014-04-09 18:10:35 +02:00
Javier Abadia
a31266873f some comments about what needs to be done 2014-04-09 18:10:33 +02:00
Javier Abadia
01cd7db58c initial scaffold for attachments handling 2014-04-09 18:10:32 +02:00
Javier Abadia
0e3ccbb503 renamed dbStore to TilesStore 2014-04-04 00:34:54 +02:00
Javier Abadia
be8c36f827 add test for duplicate tile store 2014-04-04 00:34:54 +02:00
andygup
93032774b8 Fixes issue #155 2014-04-03 12:23:09 -06:00
andygup
0d1baa2422 added error handling to estimateTileSize() 2014-04-01 15:15:57 -06:00
andygup
fd91127b2d added assert statement to detect if img is undefined 2014-03-31 18:09:35 -06:00
andygup
b9b5b550ce removed getTileUrl() call 2014-03-31 17:34:12 -06:00
andygup
154bfb115c tweaked and renamed getTileUrls to getTileUrlsByExtent to prevent confusion with getTileUrl override 2014-03-30 17:31:00 -06:00
andygup
b02cfdfc8a fixed minor bugs in new helper methods 2014-03-30 17:01:15 -06:00
andygup
bf86761554 added getExtentBuffer and getTileUrls to offlineTileEnabler 2014-03-30 16:46:09 -06:00
andygup
b8093738fc fixed broken license link 2014-03-12 01:29:46 -06:00
andygup
e5b83c7cf7 Added link to the MIT license 2014-03-12 01:16:40 -06:00
andygup
3fe404f429 added MIT license and readme for FileSaver.js 2014-03-12 01:11:40 -06:00
andygup
1bb25d8c69 Removing existing attachments code. 2014-03-08 17:43:59 -07:00
Andy
4e433ed575 Merge pull request #130 from jabadia/jabadia-smaller-font
smaller font
2014-03-02 10:11:30 -07:00
Javier Abadia
04e82eb8d3 smaller font 2014-03-02 18:03:35 +01:00
Javier Abadia
2e766176b0 Convert offlineTileEnabler to a Class
closes #124
2014-03-02 17:50:53 +01:00
Andy
4a7f48568c Merge pull request #128 from jabadia/nodata-tile
display a generic "no data" tile for tiles not present in the cache
2014-03-02 09:36:32 -07:00
Javier Abadia
a1cfc76ca2 display a generic "no data" tile for tiles not present in the cache
closes #117
2014-03-02 17:18:26 +01:00
Javier Abadia
02ddef81fc add CSS style to prevent phantom graphics from receiving mouse events 2014-03-02 16:03:33 +01:00
Javier Abadia
5b3439ebd2 phantom layers now on top of feature layers 2014-03-02 16:03:06 +01:00
Javier Abadia
51102a3442 spaces 2 tabs 2014-03-02 15:56:14 +01:00
Javier Abadia
7442fd32a2 improving phantom graphics symbology 2014-03-02 15:49:16 +01:00
Javier Abadia
ab05a7661e improving phantom graphics symbology 2014-03-02 15:48:49 +01:00
Javier Abadia
d04762ca94 improving phantom graphics symbology 2014-03-02 15:47:19 +01:00
Javier Abadia
0560513d8f improving phantom graphics symbology 2014-03-02 15:47:19 +01:00
Javier Abadia
76fd8e9270 improve return values in tile manager reportProgress callback
closes #114
2014-02-27 23:21:38 +01:00
Javier Abadia
83e22af20b fix proxy configuration
return http errors instead of 200 OK when bad things happen
2014-02-27 19:01:10 +01:00
andygup
6eb12ebd12 fixes default proxy paths. 2014-02-26 13:41:45 -07:00
Javier Abadia
c3af3add52 removed old proxy and updated all sample proxy paths 2014-02-25 23:06:07 +01:00
andygup
60c13f494e fixes some breaking changes from last nights PR 2014-02-25 09:46:35 -07:00
Javier Abadia
2dd59fe281 use of proxy is now optional 2014-02-25 12:40:30 +01:00
andygup
0e83d60d5a added delete functionality 2014-02-24 18:31:58 -07:00
andygup
eb05e453bf added new proxy as a sub-directory 2014-02-24 18:05:05 -07:00
andygup
5dae3aae9d undid local proxy references so the repo can be shared 2014-02-24 09:20:30 -07:00
andygup
06aff6d2e1 test w/ different proxy. Is local proxy is garbaging up callback? 2014-02-24 09:20:30 -07:00
andygup
99c35768fe added deleteAttachments - not working 2014-02-24 09:20:30 -07:00
andygup
9bb95dbe08 basic functionality for addAttachments 2014-02-24 09:20:30 -07:00