31 Commits

Author SHA1 Message Date
Andy Gup
43c92cc47b test switch callback location 2014-06-08 12:55:46 -06:00
Andy Gup
d70d3f3ea7 moved callback to after db init 2014-06-06 11:01:20 -06:00
Andy Gup
6e26fe1b48 tweaked code comment 2014-06-06 09:29:08 -06:00
Andy Gup
7e8018c4d9 added a check for offline state. Changes life cycle of library 2014-06-05 17:19:32 -06:00
Andy Gup
4e2e0a3994 correctly detect tile image type 2014-06-04 17:32:50 -06:00
Andy Gup
1ebdd0d782 fixed improper usage 2014-06-04 16:33:57 -06: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
6585928cf3 more JSLint fixes 2014-04-26 19:13:34 +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
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
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
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
76fd8e9270 improve return values in tile manager reportProgress callback
closes #114
2014-02-27 23:21:38 +01:00
andygup
6eb12ebd12 fixes default proxy paths. 2014-02-26 13:41:45 -07:00
Javier Abadia
2dd59fe281 use of proxy is now optional 2014-02-25 12:40:30 +01: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
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