167 Commits

Author SHA1 Message Date
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
andygup
ac3baa69b0 1st pass at bolting in attachment db store 2014-02-24 09:20:30 -07:00
andygup
e1b9587e09 basic attachment functionality working 2014-02-24 09:20:30 -07:00
andygup
562f5a011e updated offline detector. Added db for attachments. 2014-02-24 09:20:30 -07:00
Javier Abadia
1f6372eef5 now we should never receive NaN values anymore 2014-02-24 00:21:25 +01:00
Javier Abadia
f44da88cab two simple changes (although diff seems more complex)
- layer.resampling = false
- temp url is now void:/level/row/col, as tiledlayer code seems to split the returned url by '/' to get level row and col values
2014-02-24 00:16:20 +01:00
andygup
e2c8352964 initial fix for ArcGIS 3.8 and offline detector v0.6 errors 2014-02-21 17:57:49 -07:00
andygup
073ec191af 1st modification of getTileUrl 2014-02-21 17:25:07 -07:00
andygup
ab140f1d45 globally changed tabs to spaces 2014-02-21 16:26:46 -07:00
andygup
9c37c84529 added comments for offlineFeaturesManager 2014-02-20 16:08:29 -07:00
andygup
f107486aea code comments for offlineTilesEnabler 2014-02-20 16:04:54 -07:00
Javier Abadia
bf3e419b05 changed name of private methods 2014-02-18 10:30:05 +01:00
Javier Abadia
8d7ef26efc renamed offlineEnabler to offlineTilesEnabler 2014-02-18 09:21:11 +01:00
Javier Abadía
817a23a07e Merge pull request #86 from jabadia/jabadia-clean-edit
jabadia - clean edit lib and tests
2014-02-18 09:16:42 +01:00